From 8fd371276f2485887bb5182671169f4d0849d67c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 11 Apr 2007 19:27:22 +0000 Subject: [PATCH] fix typo in doc --- docs/nofork_noexec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nofork_noexec.txt b/docs/nofork_noexec.txt index d54f19642..51bbcba3b 100644 --- a/docs/nofork_noexec.txt +++ b/docs/nofork_noexec.txt @@ -2,7 +2,7 @@ Unix shells traditionally execute some commands internally in the attempt to dramatically speed up execution. It will be slow as hell if for every -"echo blah" shell with fork and exec /bin/echo. For this end, shells +"echo blah" shell will fork and exec /bin/echo. For this end, shells have to _reimplement_ these commands internally. Busybox is unique in this regard because it already is a collection -- 2.25.1