aboutsummaryrefslogtreecommitdiff
path: root/coreutils/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/printf.c')
-rw-r--r--coreutils/printf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/printf.c b/coreutils/printf.c
index acaf076ff..d3fc72adb 100644
--- a/coreutils/printf.c
+++ b/coreutils/printf.c
@@ -42,8 +42,8 @@
//config: bool "printf (3.3 kb)"
//config: default y
//config: help
-//config: printf is used to format and print specified strings.
-//config: It's similar to `echo' except it has more options.
+//config: printf is used to format and print specified strings.
+//config: It's similar to `echo' except it has more options.
//applet:IF_PRINTF(APPLET_NOFORK(printf, printf, BB_DIR_USR_BIN, BB_SUID_DROP, printf))