diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-07-29 14:45:54 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-07-29 14:45:54 +0000 |
commit | b2b800a05257a795446a39ead670ec0c61b70c4b (patch) | |
tree | 818bc01b75860f67108ab7530c953a7bb148ec02 /gcc | |
parent | 6a2cf9dce769f144d5ecf182b672de7cf3ba6f28 (diff) | |
download | gcc-b2b800a05257a795446a39ead670ec0c61b70c4b.zip gcc-b2b800a05257a795446a39ead670ec0c61b70c4b.tar.gz gcc-b2b800a05257a795446a39ead670ec0c61b70c4b.tar.bz2 |
* method.c: Fix a comment typo.
From-SVN: r102554
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/method.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 5a3be7c..0e0c9e6 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2005-07-29 Kazu Hirata <kazu@codesourcery.com> + + * method.c: Fix a comment typo. + 2005-07-28 Mark Mitchell <mark@codesourcery.com> PR c++/22545 diff --git a/gcc/cp/method.c b/gcc/cp/method.c index 2d6528d..3da93ad 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -979,7 +979,7 @@ implicitly_declare_fn (special_function_kind kind, tree type, bool const_p) tree name; HOST_WIDE_INT saved_processing_template_decl; - /* Because we create declarations for implictly declared functions + /* Because we create declarations for implicitly declared functions lazily, we may be creating the declaration for a member of TYPE while in some completely different context. However, TYPE will never be a dependent class (because we never want to do lookups |