From 8e08983e5f7c821268df51d1fc9d2a45707f057e Mon Sep 17 00:00:00 2001 From: Jason Edmeades Date: Fri, 27 Jul 2007 21:43:38 +0100 Subject: [PATCH] cmd: Fix comment to accurately reflect the function. --- programs/cmd/builtins.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/programs/cmd/builtins.c b/programs/cmd/builtins.c index 9c34e8f6226..d887c4f480a 100644 --- a/programs/cmd/builtins.c +++ b/programs/cmd/builtins.c @@ -770,8 +770,7 @@ void WCMD_for (WCHAR *p, CMD_LIST **cmdList) { * * Execute a command, and any && or bracketed follow on to the command. The * first command to be executed may not be at the front of the - * commands->thiscommand string (eg. it may point after a DO or ELSE - * Returns TRUE if something like exit or goto has aborted all processing + * commands->thiscommand string (eg. it may point after a DO or ELSE) */ void WCMD_part_execute(CMD_LIST **cmdList, WCHAR *firstcmd, WCHAR *variable, WCHAR *value, BOOL isIF, BOOL conditionTRUE) { -- 2.11.4.GIT