Patch from larry to fix some grammar errors.
[oweals/busybox.git] / lash.c
diff --git a/lash.c b/lash.c
index f1200ba951f5a530f7d9b9e66f080096d9915494..3a421b3725fd4ab5badb491f9ca26654cc01c834 100644 (file)
--- a/lash.c
+++ b/lash.c
@@ -1076,9 +1076,9 @@ static int expand_arguments(char *command)
                                else
                                        var = itoa(last_bg_pid);
                                break;
-                               /* Everything else like $$, $#, $[0-9], etc should all be
+                               /* Everything else like $$, $#, $[0-9], etc. should all be
                                 * expanded by wordexp(), so we can in theory skip that stuff
-                                * here, but just to be on the safe side (i.e. since uClibc
+                                * here, but just to be on the safe side (i.e., since uClibc
                                 * wordexp doesn't do this stuff yet), lets leave it in for
                                 * now. */
                        case '$':