aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/msh.c2
1 files changed, 1 insertions, 1 deletions
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);
}