From b2b800a05257a795446a39ead670ec0c61b70c4b Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 29 Jul 2005 14:45:54 +0000 Subject: [PATCH] * method.c: Fix a comment typo. From-SVN: r102554 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/method.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 5a3be7c286c..0e0c9e6201c 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2005-07-29 Kazu Hirata + + * method.c: Fix a comment typo. + 2005-07-28 Mark Mitchell PR c++/22545 diff --git a/gcc/cp/method.c b/gcc/cp/method.c index 2d6528d1c6b..3da93ad139f 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 -- 2.30.2