diff options
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r-- | gcc/cp/decl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 18367b5..f982377 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. */ |