aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-09 14:56:00 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-09 14:56:00 +0000
commit77077b39cb4b8bf659af916a7a055413afb41e9e (patch)
tree3f90803367d6646435cf35a29f7bae51ff0bcfba /gcc/cp/parser.c
parentb83c4036106e89a5c12f75519bdfeb125d27cbb6 (diff)
downloadgcc-77077b39cb4b8bf659af916a7a055413afb41e9e.zip
gcc-77077b39cb4b8bf659af916a7a055413afb41e9e.tar.gz
gcc-77077b39cb4b8bf659af916a7a055413afb41e9e.tar.bz2
* call.c, parser.c, tree.c: Fix comment typos.
From-SVN: r77536
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r--gcc/cp/parser.c4
1 files changed, 2 insertions, 2 deletions
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