aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
diff options
context:
space:
mode:
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>2005-02-24 21:55:15 +0000
committerVolker Reichelt <reichelt@gcc.gnu.org>2005-02-24 21:55:15 +0000
commit78dcd41a317d983e376790610471bdcb4967fc93 (patch)
treeeb97d91b98de2dfcb8bb5c867dfa39c69b60df87 /gcc/cp/decl2.c
parent3f1176568bb51d0d953470763a715ec12dcbfea6 (diff)
downloadgcc-78dcd41a317d983e376790610471bdcb4967fc93.zip
gcc-78dcd41a317d983e376790610471bdcb4967fc93.tar.gz
gcc-78dcd41a317d983e376790610471bdcb4967fc93.tar.bz2
call.c, [...]: Fix comment typo(s).
* call.c, class.c, cp-tree.h, decl2.c, error.c, init.c, mangle.c, parser.c: Fix comment typo(s). From-SVN: r95517
Diffstat (limited to 'gcc/cp/decl2.c')
-rw-r--r--gcc/cp/decl2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c
index 7ed490e..474e04e 100644
--- a/gcc/cp/decl2.c
+++ b/gcc/cp/decl2.c
@@ -2437,7 +2437,7 @@ do_static_initialization (tree decl, tree init)
if (init)
finish_expr_stmt (init);
- /* If we're using __cxa_atexit, register a a function that calls the
+ /* If we're using __cxa_atexit, register a function that calls the
destructor for the object. */
if (flag_use_cxa_atexit)
finish_expr_stmt (register_dtor_fn (decl));