From 9b26b0e9c81dc119774bab77c4e1818d9d74af2d Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Fri, 28 Nov 2008 07:01:51 +0000 Subject: [PATCH] Fix typo in comment, correct other comment. [r24094] --- parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.20.1