decl.c (get_atexit_node): Fix typo.
authorYao Qi <yao@codesourcery.com>
Wed, 29 Sep 2010 13:52:17 +0000 (13:52 +0000)
committerYao Qi <qiyao@gcc.gnu.org>
Wed, 29 Sep 2010 13:52:17 +0000 (13:52 +0000)
2010-09-29  Yao Qi  <yao@codesourcery.com>

        * decl.c (get_atexit_node): Fix typo.

From-SVN: r164718

gcc/cp/ChangeLog
gcc/cp/decl.c

index 175bc981942a21c77ad307506d2fc46f7260b441..607d71ab96199e0b4c2ebf41823911d324bb605a 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-29  Yao Qi  <yao@codesourcery.com>
+
+       * decl.c (get_atexit_node): Fix typo.
+
 2010-09-28  Jason Merrill  <jason@redhat.com>
 
        * tree.c (lvalue_kind): Rename from lvalue_p_1, make nonstatic.
index 18367b5e9db5e2805017a1ceb7726e7c00385ef0..f98237789efe16413f9e6c8b6dd225c5a4cd0cf6 100644 (file)
@@ -6131,7 +6131,7 @@ get_atexit_node (void)
 
           int __cxa_atexit (void (*)(void *), void *, void *)
 
-        We build up the argument types and then then function type
+        We build up the argument types and then the function type
         itself.  */
       tree argtype0, argtype1, argtype2;
 
@@ -6167,7 +6167,7 @@ get_atexit_node (void)
 
           int atexit (void (*)());
 
-        We build up the argument types and then then function type
+        We build up the argument types and then the function type
         itself.  */
       fn_ptr_type = get_atexit_fn_ptr_type ();
       /* Build the final atexit type.  */