Use correct parameter name in comment.
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 31 Jan 2011 10:02:31 +0000 (10:02 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 31 Jan 2011 10:02:31 +0000 (10:02 +0000)
[r28283]

parser.c

index 987c222..c6a23a5 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -658,7 +658,7 @@ static void type_error_incompatible(const char *msg,
 /**
  * Expect the current token is the expected token.
  * If not, generate an error, eat the current statement,
- * and goto the end_error label.
+ * and goto the error_label label.
  */
 #define expect(expected, error_label)                     \
        do {                                                  \