aboutsummaryrefslogtreecommitdiff
path: root/coreutils/nl.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/nl.c')
-rw-r--r--coreutils/nl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/nl.c b/coreutils/nl.c
index 9f303fe6c..93e78c490 100644
--- a/coreutils/nl.c
+++ b/coreutils/nl.c
@@ -8,7 +8,7 @@
//config: bool "nl (4.3 kb)"
//config: default y
//config: help
-//config: nl is used to number lines of files.
+//config: nl is used to number lines of files.
//applet:IF_NL(APPLET(nl, BB_DIR_USR_BIN, BB_SUID_DROP))