summaryrefslogtreecommitdiff
path: root/bin/sh/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/eval.c')
-rw-r--r--bin/sh/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/eval.c b/bin/sh/eval.c
index a327ba6f048e7..e09549295f66d 100644
--- a/bin/sh/eval.c
+++ b/bin/sh/eval.c
@@ -1222,7 +1222,7 @@ bltincmd(int argc, char **argv)
return 127;
}
/*
- * Preserve exitstatus of a previous possible redirection
+ * Preserve exitstatus of a previous possible command substitution
* as POSIX mandates
*/
return exitstatus;