ntpd: default to FEATURE_NTP_AUTH=y
[oweals/busybox.git] / coreutils / tac.c
index 1f5b34a8402407905bf5007144e978a880700afb..6d3ea9c199d5cb9472592c297037f113bda78951 100644 (file)
@@ -16,7 +16,7 @@
 //config:      bool "tac (4.1 kb)"
 //config:      default y
 //config:      help
-//config:        tac is used to concatenate and print files in reverse.
+//config:      tac is used to concatenate and print files in reverse.
 
 //applet:IF_TAC(APPLET_NOEXEC(tac, tac, BB_DIR_USR_BIN, BB_SUID_DROP, tac))