Commit b2b800a0 by Kazu Hirata Committed by Kazu Hirata

* method.c: Fix a comment typo.

From-SVN: r102554
parent 6a2cf9dc
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment