aboutsummaryrefslogtreecommitdiff
path: root/coreutils/true.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/true.c')
-rw-r--r--coreutils/true.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/true.c b/coreutils/true.c
index 29386b021..400388c34 100644
--- a/coreutils/true.c
+++ b/coreutils/true.c
@@ -10,7 +10,7 @@
//config: bool "true (tiny)"
//config: default y
//config: help
-//config: true returns an exit code of TRUE (0).
+//config: true returns an exit code of TRUE (0).
//applet:IF_TRUE(APPLET_NOFORK(true, true, BB_DIR_BIN, BB_SUID_DROP, true))