* pt.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 29 Oct 2004 14:10:24 +0000 (14:10 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 29 Oct 2004 14:10:24 +0000 (14:10 +0000)
From-SVN: r89845

gcc/cp/ChangeLog
gcc/cp/pt.c

index 1af9e25993f1c5d8fa5c036e7feee99f39bb4ff8..b569b94681e733c88e0d77cd6a84fdef3f39359c 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-29  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * pt.c: Fix a comment typo.
+
 2004-10-28  Nathan Sidwell  <nathan@codesourcery.com>
 
        * typeck.c (composite_pointer_type): Remove comment about DR 195.
index eb44e64b9b9ba3dcc447ec201f319f40f3bb8c59..54925a513d8690b4a75b899672740fec658b36e8 100644 (file)
@@ -5627,7 +5627,7 @@ instantiate_class_template (tree type)
                                  && TYPE_LANG_SPECIFIC (tag)
                                  && CLASSTYPE_IS_TEMPLATE (tag));
              /* If the member is a class template, then -- even after
-                substituition -- there may be dependent types in the
+                substitution -- there may be dependent types in the
                 template argument list for the class.  We increment
                 PROCESSING_TEMPLATE_DECL so that dependent_type_p, as
                 that function will assume that no types are dependent