From 0da75194a7e7c0d1c8a157e107fad866b3e14b84 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Thu, 17 May 2012 20:14:26 +0200 Subject: [PATCH] Correct typo in comment. --- parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.20.1