From 84ad44c0f4c655ad5755e7ad0fe0045207040f19 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 12 Jun 2008 05:40:11 +0000 Subject: [PATCH] Fixed a comment --- src/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser.c b/src/parser.c index 87a0760..e140115 100644 --- a/src/parser.c +++ b/src/parser.c @@ -811,7 +811,7 @@ static int _parameter_declaration(C99 * c99) /* abstract-or-declarator */ static int _abstract_or_declarator(C99 * c99) /* pointer - * [ pointer ] (direct-declarator | abstract-direct-declarator) */ + * [ pointer ] (direct-declarator | direct-abstract-declarator) */ { int ret = 0;