From 77d9268892b0d9624ab95bb551cbfe7a745d2666 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 23 May 2001 20:32:09 +0000 Subject: Patch from larry to fix some grammar errors. --- applets/busybox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/busybox.c') diff --git a/applets/busybox.c b/applets/busybox.c index 9cc884854..f3d0c4c2f 100644 --- a/applets/busybox.c +++ b/applets/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"; } -- cgit v1.2.3