parser.c (cp_parser_nth_token_starts_template_argument_list_p): Fix typo in leading comment.

* parser.c (cp_parser_nth_token_starts_template_argument_list_p):
	Fix typo in leading comment.

From-SVN: r103292
This commit is contained in:
Volker Reichelt 2005-08-19 19:08:08 +00:00 committed by Volker Reichelt
parent e3594cb39e
commit 48b5c5c173
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-08-19 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* parser.c (cp_parser_nth_token_starts_template_argument_list_p):
Fix typo in leading comment.
2005-08-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* name-lookup.c, ptree.c: Delete HOST_PTR_PRINTF.

View File

@ -15965,7 +15965,7 @@ cp_parser_next_token_ends_template_argument_p (cp_parser *parser)
return (token->type == CPP_COMMA || token->type == CPP_GREATER);
}
/* Returns TRUE iff the n-th token is a ">", or the n-th is a "[" and the
/* Returns TRUE iff the n-th token is a "<", or the n-th is a "[" and the
(n+1)-th is a ":" (which is a possible digraph typo for "< ::"). */
static bool