[git commit] typo fix in comment

Denys Vlasenko vda.linux at googlemail.com
Sat Jul 13 23:23:06 UTC 2013


commit: http://git.busybox.net/busybox/commit/?id=25ce3ee9f362de889aa3786128563af0c5d1b934
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/shell_common.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/shell/shell_common.c b/shell/shell_common.c
index 0051f21..5729715 100644
--- a/shell/shell_common.c
+++ b/shell/shell_common.c
@@ -37,7 +37,7 @@ int FAST_FUNC is_well_formed_var_name(const char *s, char terminator)
 
 /* read builtin */
 
-/* Needs to be interruptible: shell mush handle traps and shell-special signals
+/* Needs to be interruptible: shell must handle traps and shell-special signals
  * while inside read. To implement this, be sure to not loop on EINTR
  * and return errno == EINTR reliably.
  */


More information about the busybox-cvs mailing list