aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-17 15:14:04 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-17 15:14:04 +0000
commit56244736ec7d0a3c338f542204aae83fb0200346 (patch)
tree5b228e3fe0009a2464914c26d0685fc59dbe3509 /shell
parent542963685c3e25ae4cc7ffa3a80d5f1129e6a0d7 (diff)
downloadbusybox-56244736ec7d0a3c338f542204aae83fb0200346.tar.gz
whitespace fixes
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 4f9caa434..668953c0a 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -9115,7 +9115,7 @@ setparam(char **argv)
* For a non-interactive shell, an error condition encountered
* by a special built-in ... shall cause the shell to write a diagnostic message
* to standard error and exit as shown in the following table:
- * Error Special Built-In
+ * Error Special Built-In
* ...
* Utility syntax error (option or operand error) Shall exit
* ...