aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-03-31 13:13:17 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-03-31 13:13:17 +0000
commit1b62ead3139ddcd288eb480f1003819a487f15c9 (patch)
treed1b70923ab6a916e87c4f3e0d44827e53b376e92 /shell
parent7b830e78f2ff2ba024ae713c306ab49aa45a435a (diff)
downloadbusybox-1b62ead3139ddcd288eb480f1003819a487f15c9.tar.gz
hush: don't lie in comment
Diffstat (limited to 'shell')
-rw-r--r--shell/hush.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/hush.c b/shell/hush.c
index a96b179c6..de3b56d21 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -3314,8 +3314,6 @@ static void initialize_context(struct parse_context *ctx)
/* If a reserved word is found and processed, parse context is modified
* and 1 is returned.
- * Handles if, then, elif, else, fi, for, while, until, do, done.
- * case, function, and select are obnoxious, save those for later.
*/
#if HAS_KEYWORDS
struct reserved_combo {