aboutsummaryrefslogtreecommitdiff
path: root/coreutils/tac.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/tac.c')
-rw-r--r--coreutils/tac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tac.c b/coreutils/tac.c
index 1f5b34a84..6d3ea9c19 100644
--- a/coreutils/tac.c
+++ b/coreutils/tac.c
@@ -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))