From 77077b39cb4b8bf659af916a7a055413afb41e9e Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 9 Feb 2004 14:56:00 +0000 Subject: * call.c, parser.c, tree.c: Fix comment typos. From-SVN: r77536 --- gcc/cp/parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/cp/parser.c') diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 684de50..b17d669 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -1824,7 +1824,7 @@ cp_parser_name_lookup_error (cp_parser* parser, /* If we are parsing tentatively, remember that an error has occurred during this tentative parse. Returns true if the error was - simulated; false if a messgae should be issued by the caller. */ + simulated; false if a message should be issued by the caller. */ static bool cp_parser_simulate_error (cp_parser* parser) @@ -4895,7 +4895,7 @@ cp_parser_pm_expression (cp_parser* parser) /* Parse a multiplicative-expression. - mulitplicative-expression: + multiplicative-expression: pm-expression multiplicative-expression * pm-expression multiplicative-expression / pm-expression -- cgit v1.1