C++: fix "RT_INTERATION" typo
commit4ab42f4628a252095797dc8a29ddb327c40e8577
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 3 Jul 2017 17:49:09 +0000 (3 17:49 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Mon, 3 Jul 2017 17:49:09 +0000 (3 17:49 +0000)
tree72407ac670d5bb05ef8d774453bfa710af2637a7
parent7001cb1ffb77abaa17a37bf63efb0086c7377ebd
C++: fix "RT_INTERATION" typo

gcc/cp/ChangeLog:
* parser.c (enum required_token): Fix spelling of
RT_INTERATION to RT_ITERATION.
(cp_parser_iteration_statement): Likewise.
(cp_parser_required_error): Likewise.

From-SVN: r249931
gcc/cp/ChangeLog
gcc/cp/parser.c