diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2003-10-21 02:16:17 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-10-21 02:16:17 +0000 |
commit | cd0be382c9162e58a6701368db23ba29395d88be (patch) | |
tree | 0c02820a1869ab8cdb6e713dba2a47e4e3f4d194 /gcc/cp/decl.c | |
parent | be03ccc9da81801953dca0e2a2061c9b8c753787 (diff) | |
download | gcc-cd0be382c9162e58a6701368db23ba29395d88be.zip gcc-cd0be382c9162e58a6701368db23ba29395d88be.tar.gz gcc-cd0be382c9162e58a6701368db23ba29395d88be.tar.bz2 |
ChangeLog: Fix typos.
* ChangeLog: Fix typos.
* call.c: Fix comment typos.
* class.c: Likewise.
* cp-tree.h: Likewise.
* cvt.c: Likewise.
* cxx-pretty-print.c: Likewise.
* decl.c: Likewise.
* decl2.c: Likewise.
* init.c: Likewise.
* mangle.c: Likewise.
* name-lookup.c: Likewise.
* parser.c: Likewise.
* search.c: Likewise.
* semantics.c: Likewise.
* tree.c: Likewise.
* typeck.c: Likewise.
From-SVN: r72737
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r-- | gcc/cp/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 0f1170c..32fe398 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -3877,7 +3877,7 @@ start_decl_1 (tree decl) /* Handle initialization of references. DECL, TYPE, and INIT have the same meaning as in cp_finish_decl. *CLEANUP must be NULL on entry, but will be set to a new CLEANUP_STMT if a temporary is created - that must be destroeyd subsequently. + that must be destroyed subsequently. Returns an initializer expression to use to initialize DECL, or NULL if the initialization can be performed statically. |