typo fix in comment
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 13 Jul 2013 23:23:06 +0000 (01:23 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 13 Jul 2013 23:23:06 +0000 (01:23 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/shell_common.c

index 0051f21..5729715 100644 (file)
@@ -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.
  */