aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-10-29 14:10:24 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-10-29 14:10:24 +0000
commit6c74539307f4c9058654cdd09ad5efdbf78006a1 (patch)
tree0b8a8e5a6dd1877c6b186cf9f13401e47005a88c /gcc/cp
parentc24a4dcffae67ad72dbf83ee872abe34acaa725e (diff)
downloadgcc-6c74539307f4c9058654cdd09ad5efdbf78006a1.zip
gcc-6c74539307f4c9058654cdd09ad5efdbf78006a1.tar.gz
gcc-6c74539307f4c9058654cdd09ad5efdbf78006a1.tar.bz2
* pt.c: Fix a comment typo.
From-SVN: r89845
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/pt.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 1af9e25..b569b94 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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.
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index eb44e64..54925a5 100644
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -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