From: Denys Vlasenko Date: Wed, 1 Jun 2011 10:47:07 +0000 (+0200) Subject: hush: better comment. No code changes X-Git-Tag: 1_19_0~80 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=56a3b82e9692a25ef9c9269e88feac0d579ce8e8;p=oweals%2Fbusybox.git hush: better comment. No code changes Signed-off-by: Denys Vlasenko --- diff --git a/shell/hush.c b/shell/hush.c index c7971b0ce..1082738a2 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -7500,7 +7500,7 @@ static int run_list(struct pipe *pi) /* Beware of "while false; true; do ..."! */ if (pi->next && (pi->next->res_word == RES_DO || pi->next->res_word == RES_DONE) - /* (the second check above is needed for "while ...; do \n done" case) */ + /* check for RES_DONE is needed for "while ...; do \n done" case */ ) { if (rword == RES_WHILE) { if (rcode) {