aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 8f99b59d3..a7aa32abe 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -4529,7 +4529,7 @@ int lash_main(int argc, char **argv)
/*
* Built-ins
*/
-/* http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_28
+/* http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#trap
*
* Traps are also evaluated immediately instead of being delayed properly:
* http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_11