claenups for previous commit
[oweals/busybox.git] / coreutils / false.c
index 171ad813bde72fa833591011598ea719dd655974..e3903efd091eeba7541872101b297ed5017161c4 100644 (file)
@@ -10,7 +10,7 @@
 //config:      bool "false (tiny)"
 //config:      default y
 //config:      help
-//config:        false returns an exit code of FALSE (1).
+//config:      false returns an exit code of FALSE (1).
 
 //applet:IF_FALSE(APPLET_NOFORK(false, false, BB_DIR_BIN, BB_SUID_DROP, false))