From 7a1682ae00d9677c4a57d459d23ca3f92c4fa838 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 30 May 2011 09:22:08 +0000 Subject: [PATCH] changed wrong comments --- qse/lib/awk/parse.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qse/lib/awk/parse.c b/qse/lib/awk/parse.c index e36cb140..6a87c0d7 100644 --- a/qse/lib/awk/parse.c +++ b/qse/lib/awk/parse.c @@ -1,5 +1,5 @@ /* - * $Id: parse.c 485 2011-05-29 15:15:52Z hyunghwan.chung $ + * $Id: parse.c 486 2011-05-29 15:22:08Z hyunghwan.chung $ * Copyright 2006-2011 Chung, Hyung-Hwan. This file is part of QSE. @@ -4556,7 +4556,7 @@ static qse_awk_nde_t* parse_primary_ident ( } else { - /* function name appeared without () or ` */ + /* function name appeared without () */ SETERR_ARG_LOC ( awk, QSE_AWK_EFUNRED, namedup, namelen, xloc @@ -4565,7 +4565,7 @@ static qse_awk_nde_t* parse_primary_ident ( } else if (awk->option & QSE_AWK_IMPLICIT) { - /* if the name is followed by ( or ` without no spaces + /* if the name is followed by ( without no spaces * in the implicit mode, the name is considered a function * name though it has not been seen/resolved */