diff options
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; } |