aboutsummaryrefslogtreecommitdiff
path: root/coreutils/shuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/shuf.c')
-rw-r--r--coreutils/shuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/shuf.c b/coreutils/shuf.c
index b1a9d1254..403041534 100644
--- a/coreutils/shuf.c
+++ b/coreutils/shuf.c
@@ -11,7 +11,7 @@
//config: bool "shuf (5.4 kb)"
//config: default y
//config: help
-//config: Generate random permutations
+//config: Generate random permutations
//kbuild:lib-$(CONFIG_SHUF) += shuf.o
//applet:IF_SHUF(APPLET_NOEXEC(shuf, shuf, BB_DIR_USR_BIN, BB_SUID_DROP, shuf))