From 5fbe80c88a10cf2f357c3eb50990aa345bd5257a Mon Sep 17 00:00:00 2001 From: vda Date: Sat, 18 Nov 2006 22:04:09 +0000 Subject: rodata cleanup. "unable to" == "cannot". -300 bytes git-svn-id: svn://busybox.net/trunk/busybox@16580 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- shell/msh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/msh.c b/shell/msh.c index 6c805b53e..c0f013e98 100644 --- a/shell/msh.c +++ b/shell/msh.c @@ -2786,7 +2786,7 @@ forkexec(struct op *t, int *pin, int *pout, int act, char **wp) newpid = vfork(); if (newpid == -1) { - DBGPRINTF(("FORKEXEC: ERROR, unable to vfork()!\n")); + DBGPRINTF(("FORKEXEC: ERROR, cannot vfork()!\n")); return (-1); } -- cgit v1.2.3-55-g6feb