summaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
diff options
context:
space:
mode:
authorqiyao <qiyao@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-29 13:52:17 +0000
committerqiyao <qiyao@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-29 13:52:17 +0000
commit311b8117890b1a8a1788bab3cb565e8d887f78cd (patch)
tree8bea237ea41489f306d66161dfc429fb03fd3729 /gcc/cp/decl.c
parent17f663eaccdde1ade4bfff251027260e58340a5a (diff)
downloadgcc-311b8117890b1a8a1788bab3cb565e8d887f78cd.tar.gz
2010-09-29 Yao Qi <yao@codesourcery.com>
* decl.c (get_atexit_node): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164718 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r--gcc/cp/decl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index 18367b5e9db..f98237789ef 100644
--- a/gcc/cp/decl.c
+++ b/gcc/cp/decl.c
@@ -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. */