From e20490e57b6098c330187e51908b8e1b9975e72e Mon Sep 17 00:00:00 2001 From: François Pottier Date: Mon, 23 Nov 2015 18:06:43 +0100 Subject: Fix a typo in a syntax error message. --- cparser/handcrafted.messages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cparser/handcrafted.messages') diff --git a/cparser/handcrafted.messages b/cparser/handcrafted.messages index 2528a42e..dc368fbf 100644 --- a/cparser/handcrafted.messages +++ b/cparser/handcrafted.messages @@ -1277,7 +1277,7 @@ translation_unit_file: INT PRE_NAME VAR_NAME EQ LPAREN PRE_NAME VAR_NAME SEMICOL # can be continued with a comma and another expression. # So, let's just say a closing parenthesis is expected. -Up to this point, an expression have been recognized: +Up to this point, an expression has been recognized: $0 If this expression is complete, then at this point, a closing parenthesis ')' is expected. -- cgit