Fix typo in comment, correct other comment.
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 28 Nov 2008 07:01:51 +0000 (07:01 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 28 Nov 2008 07:01:51 +0000 (07:01 +0000)
[r24094]

parser.c

index 2f69a00..2bcd7d6 100644 (file)
--- 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
  */