aboutsummaryrefslogtreecommitdiff
path: root/coreutils/od.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/od.c')
-rw-r--r--coreutils/od.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/od.c b/coreutils/od.c
index edcd12a54..e3a68435b 100644
--- a/coreutils/od.c
+++ b/coreutils/od.c
@@ -14,7 +14,7 @@
//config: bool "od (11 kb)"
//config: default y
//config: help
-//config: od is used to dump binary files in octal and other formats.
+//config: od is used to dump binary files in octal and other formats.
//applet:IF_OD(APPLET(od, BB_DIR_USR_BIN, BB_SUID_DROP))