Some more patchelttes from Larry Doolittle.
[oweals/busybox.git] / busybox.c
index 9cc884854c1bf97bca8543cb7ad3e53fad1bcb9e..f3d0c4c2f02397b325872717b31bfb775d0783ea 100644 (file)
--- a/busybox.c
+++ b/busybox.c
@@ -76,7 +76,7 @@ int main(int argc, char **argv)
 
 #ifdef BB_SH
        /* Add in a special case hack -- whenever **argv == '-'
-        * (i.e. '-su' or '-sh') always invoke the shell */
+        * (i.e., '-su' or '-sh') always invoke the shell */
        if (**argv == '-' && *(*argv+1)!= '-') {
                applet_name = "sh";
        }