From: Christoph Mallon Date: Fri, 28 Nov 2008 07:01:51 +0000 (+0000) Subject: Fix typo in comment, correct other comment. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=9b26b0e9c81dc119774bab77c4e1818d9d74af2d;p=cparser Fix typo in comment, correct other comment. [r24094] --- diff --git a/parser.c b/parser.c index 2f69a00..2bcd7d6 100644 --- a/parser.c +++ b/parser.c @@ -747,7 +747,7 @@ static void eat_until_anchor(void) } /** - * Eat a whoel block from input tokens. + * Eat a whole block from input tokens. */ static void eat_block(void) { @@ -1023,7 +1023,7 @@ static expression_t *create_cast_expression(expression_t *expression, } /** - * Check if a given expression represents the NULL constant. + * Check if a given expression represents a null pointer constant. * * @param expression the expression to check */