diff options
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 |