aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r--gcc/cp/parser.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c
index 6ae95569800..f4e1ee11c7b 100644
--- a/gcc/cp/parser.c
+++ b/gcc/cp/parser.c
@@ -18364,7 +18364,7 @@ parsing_nsdmi (void)
Returns the type indicated by the type-id.
- In addition to this this parses any queued up omp declare simd
+ In addition to this, parse any queued up omp declare simd
clauses and Cilk Plus SIMD-enabled function's vector attributes.
QUALS is either a bitmask of cv_qualifiers or -1 for a non-member
@@ -22426,8 +22426,7 @@ cp_parser_std_attribute (cp_parser *parser)
tree attribute, attr_ns = NULL_TREE, attr_id = NULL_TREE, arguments;
cp_token *token;
- /* First, parse name of the the attribute, a.k.a
- attribute-token. */
+ /* First, parse name of the attribute, a.k.a attribute-token. */
token = cp_lexer_peek_token (parser->lexer);
if (token->type == CPP_NAME)