aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-10 11:12:15 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-10 11:12:15 +0000
commit77880ae492b7b33e709c40806d03ea4b363be957 (patch)
tree9770f858b960f918d1d485d785228404ef76fbd1 /gcc/cp/parser.c
parentcad79bac6cdcd3fb0e6b1764819242fcee552297 (diff)
downloadgcc-77880ae492b7b33e709c40806d03ea4b363be957.zip
gcc-77880ae492b7b33e709c40806d03ea4b363be957.tar.gz
gcc-77880ae492b7b33e709c40806d03ea4b363be957.tar.bz2
class.c, [...]: Fix comment typos.
* class.c, cp-tree.h, decl.c, decl2.c, mangle.c, name-lookup.h, parser.c, search.c, semantics.c, typeck2.c: Fix comment typos. From-SVN: r87292
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r--gcc/cp/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c
index 6d56f97..0f6821e 100644
--- a/gcc/cp/parser.c
+++ b/gcc/cp/parser.c
@@ -4226,7 +4226,7 @@ cp_parser_postfix_open_square_expression (cp_parser *parser,
If we are in an integral constant expression context, then we might
could accept any constant expression; hard to say without analysis.
Rather than open the barn door too wide right away, allow only integer
- constant expresions here. */
+ constant expressions here. */
if (for_offsetof)
index = cp_parser_constant_expression (parser, false, NULL);
else