OSDN Git Service

* parser.c (cp_parser_nth_token_starts_template_argument_list_p):
authorreichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Aug 2005 19:08:08 +0000 (19:08 +0000)
committerreichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Aug 2005 19:08:08 +0000 (19:08 +0000)
Fix typo in leading comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103292 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/parser.c

index 93c9338..bb64606 100644 (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.
index fa46b25..6eaf530 100644 (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