From: Christoph Mallon Date: Thu, 17 May 2012 18:14:26 +0000 (+0200) Subject: Correct typo in comment. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=0da75194a7e7c0d1c8a157e107fad866b3e14b84;p=cparser Correct typo in comment. --- diff --git a/parser.c b/parser.c index c2f1805..61d96b5 100644 --- 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) {