Fixes so "make allnoconfig" works again.
[oweals/busybox.git] / libbb / default_error_retval.c
index 7d2d89bb5e8d25c081022a964727ec520f71bfa9..35c34b91637e50c151b7b46c083974dc09d0ea0b 100644 (file)
@@ -21,7 +21,7 @@
 /* Seems silly to copyright a global variable.  ;-)  Oh well.
  *
  * At least one applet (cmp) returns a value different from the typical
- * EXIT_FAILURE values (1) when an error occurs.  So, make it configureable
+ * EXIT_FAILURE values (1) when an error occurs.  So, make it configurable
  * by the applet.  I suppose we could use a wrapper function to set it, but
  * that too seems silly.
  */