diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-11-05 20:34:08 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-11-05 20:34:08 +0000 |
commit | dd36d4e1da63d53dadd70ab711422ff925c6ee45 (patch) | |
tree | 1b4049b6f45d2784ecadd87b5005d6ee7089f90d /gcc/cp/init.c | |
parent | c83eecadfde96f31d483f70c043572cfb24d9575 (diff) | |
download | gcc-dd36d4e1da63d53dadd70ab711422ff925c6ee45.zip gcc-dd36d4e1da63d53dadd70ab711422ff925c6ee45.tar.gz gcc-dd36d4e1da63d53dadd70ab711422ff925c6ee45.tar.bz2 |
* decl2.c, init.c, typeck.c: Fix comment typos.
From-SVN: r106533
Diffstat (limited to 'gcc/cp/init.c')
-rw-r--r-- | gcc/cp/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/init.c b/gcc/cp/init.c index 1ff2fd7..f438467 100644 --- a/gcc/cp/init.c +++ b/gcc/cp/init.c @@ -1604,7 +1604,7 @@ constant_value_1 (tree decl, bool integral_p) : (!TREE_CONSTANT (init) /* Do not return an aggregate constant (of which string literals are a special case), as we do not - want to make inadvertant copies of such entities, + want to make inadvertent copies of such entities, and we must be sure that their addresses are the same everywhere. */ || TREE_CODE (init) == CONSTRUCTOR |