Correct typo in comment.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 17 May 2012 18:14:26 +0000 (20:14 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 19 May 2012 08:10:36 +0000 (10:10 +0200)
parser.c

index c2f1805..61d96b5 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -6433,7 +6433,7 @@ static bool is_last_parameter(expression_t *const param)
 }
 
 /**
- * Parses a _builtin_va_start() expression.
+ * Parses a __builtin_va_start() expression.
  */
 static expression_t *parse_va_start(void)
 {