aboutsummaryrefslogtreecommitdiff
path: root/coreutils/shred.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/shred.c')
-rw-r--r--coreutils/shred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/shred.c b/coreutils/shred.c
index 93319e24d..3ceb58d19 100644
--- a/coreutils/shred.c
+++ b/coreutils/shred.c
@@ -8,7 +8,7 @@
//config: bool "shred (5 kb)"
//config: default y
//config: help
-//config: Overwrite a file to hide its contents, and optionally delete it
+//config: Overwrite a file to hide its contents, and optionally delete it
//applet:IF_SHRED(APPLET(shred, BB_DIR_USR_BIN, BB_SUID_DROP))