diff options
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 |
