From 1cbc62c077deab75b6ced6c89874d25f5b785ec9 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 15 Jun 2008 09:55:56 +0000 Subject: omp-low.c (extract_omp_for_data): Fix comment typo. gcc/ * omp-low.c (extract_omp_for_data): Fix comment typo. * c.opt: Fix typo. gcc/cp/ * parser.c: Fix comment typo. From-SVN: r136804 --- gcc/cp/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cp/parser.c') diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 467a603..a53c0293 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -20423,7 +20423,7 @@ cp_parser_omp_for_incr (cp_parser *parser, tree decl) return build2 (MODIFY_EXPR, TREE_TYPE (decl), decl, rhs); } -/* Parse the restricted form of the for statment allowed by OpenMP. */ +/* Parse the restricted form of the for statement allowed by OpenMP. */ static tree cp_parser_omp_for_loop (cp_parser *parser, tree clauses, tree *par_clauses) -- cgit v1.1