aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2024-04-30 10:15:24 +0100
committerRon Yorston <rmy@pobox.com>2024-04-30 10:15:24 +0100
commit8e0a1ad5e4c1fa3698cc581fedcaf339a3387a35 (patch)
tree2fc320a86e82ea660928290f53fd610b6b46c4c5
parent6b164f335c548bcebacd8bf984fd5c34ede46891 (diff)
downloadbusybox-w32-8e0a1ad5e4c1fa3698cc581fedcaf339a3387a35.tar.gz
busybox-w32-8e0a1ad5e4c1fa3698cc581fedcaf339a3387a35.tar.bz2
busybox-w32-8e0a1ad5e4c1fa3698cc581fedcaf339a3387a35.zip
ash: fix typo
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 3435c5f76..fd09e7662 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -195,7 +195,7 @@
195//config: conceal the console normally associated with a command line 195//config: conceal the console normally associated with a command line
196//config: application. This may be useful when running a shell script 196//config: application. This may be useful when running a shell script
197//config: from a GUI application. Also the 'noiconify' option, which 197//config: from a GUI application. Also the 'noiconify' option, which
198//config: controls whether the console is iconfified or hidden. 198//config: controls whether the console is iconified or hidden.
199//config: 199//config:
200//config:config ASH_GLOB_OPTIONS 200//config:config ASH_GLOB_OPTIONS
201//config: bool "Globbing options" 201//config: bool "Globbing options"