summaryrefslogtreecommitdiffstats
path: root/bin/sh
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2013-07-25 20:50:35 +0000
committerjilles <jilles@FreeBSD.org>2013-07-25 20:50:35 +0000
commit44afceea6d3a60d1a7a1c65c0c73d00a05bc85e3 (patch)
tree9f8081f4b1d7aeb60f1e9868d61963205fe60793 /bin/sh
parent45d56acf59e57b291bf5e8cce6a222057bb42c8e (diff)
downloadFreeBSD-src-44afceea6d3a60d1a7a1c65c0c73d00a05bc85e3.zip
FreeBSD-src-44afceea6d3a60d1a7a1c65c0c73d00a05bc85e3.tar.gz
sh: Remove an incorrect comment.
Diffstat (limited to 'bin/sh')
-rw-r--r--bin/sh/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/parser.c b/bin/sh/parser.c
index 282cbaef..f079c69c 100644
--- a/bin/sh/parser.c
+++ b/bin/sh/parser.c
@@ -98,7 +98,7 @@ static int needprompt; /* true if interactive and at start of line */
static int lasttoken; /* last token read */
int tokpushback; /* last token pushed back */
static char *wordtext; /* text of last word returned by readtoken */
-static int checkkwd; /* 1 == check for kwds, 2 == also eat newlines */
+static int checkkwd;
static struct nodelist *backquotelist;
static union node *redirnode;
static struct heredoc *heredoc;
OpenPOWER on IntegriCloud