]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
parser.c (cp_parser_nth_token_starts_template_argument_list_p): Fix typo in leading...
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Fri, 19 Aug 2005 19:08:08 +0000 (19:08 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Fri, 19 Aug 2005 19:08:08 +0000 (19:08 +0000)
* parser.c (cp_parser_nth_token_starts_template_argument_list_p):
Fix typo in leading comment.

From-SVN: r103292

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

index 93c9338639b1e453847fd5b80fab3a7f9c1fef73..bb646060b49e7b037eab123cb15c2ec568a1f599 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 fa46b256de72926a1c31397a78725375565863af..6eaf530b410f3e64a0cda39bbe45d690318889e0 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