do not fail build if MAXSYMLINKS isn't defined
[oweals/busybox.git] / shell / shell_common.c
index 0051f21d9eb08d878ff72d6c6dda984b265a12d2..57297155e96286d55608e34e62de759117e4e05e 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.
  */