diff options
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 863c9a29582..ced8e6aac80 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -5720,8 +5720,8 @@ cp_parser_statement (cp_parser* parser, tree in_statement_expr) labeled-statement: case constant-expression ... constant-expression : statement - Returns the new CASE_LABEL, for a `case' or `default' label. For - an ordinary label, returns a LABEL_EXPR. */ + Returns the new CASE_LABEL_EXPR, for a `case' or `default' label. + For an ordinary label, returns a LABEL_EXPR. */ static tree cp_parser_labeled_statement (cp_parser* parser, tree in_statement_expr) |