* cp-tree.h (current_template_parms): Fix typo in comment.
authorMark Mitchell <mark@codesourcery.com>
Sun, 15 Apr 2007 18:58:57 +0000 (18:58 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 15 Apr 2007 18:58:57 +0000 (18:58 +0000)
From-SVN: r123851

gcc/cp/ChangeLog
gcc/cp/cp-tree.h

index a0b9bd2a8f03e9bd1c82aa7c2823073ffd27cc06..fc9bfe00d4a57a3d0dcc39d2ab1cb94b6f55094f 100644 (file)
@@ -1,3 +1,7 @@
+2007-04-15  Mark Mitchell  <mark@codesourcery.com>
+
+       * cp-tree.h (current_template_parms): Fix typo in comment.
+
 2007-04-15  Kazu Hirata  <kazu@codesourcery.com>
 
        * cp-tree.h, error.c: Fix comment typos.
index 40911b586212561dcd58f88a5fbdb9f45616ce81..07e4e3f1ec2125d983e8ecfcc1f6edb659919319 100644 (file)
@@ -787,7 +787,7 @@ struct saved_scope GTY(())
 #define current_lang_base scope_chain->lang_base
 #define current_lang_name scope_chain->lang_name
 
-/* When parsing a template declaration, a TREE_LIST representing the
+/* When parsing a template declaration, a TREE_LIST represents the
    active template parameters.  Each node in the list represents one
    level of template parameters.  The innermost level is first in the
    list.  The depth of each level is stored as an INTEGER_CST in the