]> gcc.gnu.org Git - gcc.git/commitdiff
* method.c: Fix a comment typo.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 29 Jul 2005 14:45:54 +0000 (14:45 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 29 Jul 2005 14:45:54 +0000 (14:45 +0000)
From-SVN: r102554

gcc/cp/ChangeLog
gcc/cp/method.c

index 5a3be7c286ce6ab7d4ab60b381b2e68ecf1ae8db..0e0c9e6201c6744019c80ef62fb6fdff2089b48d 100644 (file)
@@ -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
index 2d6528d1c6b28cedd16bba3b59edeb1758b59efc..3da93ad139ffc4694d427583fda7ad6018810b5a 100644 (file)
@@ -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
This page took 0.068324 seconds and 5 git commands to generate.