rodata cleanup. "unable to" == "cannot". -300 bytes

This commit is contained in:
Denis Vlasenko
2006-11-18 22:04:09 +00:00
parent 61126ab30a
commit 89f0b3486d
24 changed files with 65 additions and 65 deletions

View File

@ -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);
}