diff options
Diffstat (limited to 'gcc/gimple-fold.c')
-rw-r--r-- | gcc/gimple-fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple-fold.c b/gcc/gimple-fold.c index 728d361..62c71b6 100644 --- a/gcc/gimple-fold.c +++ b/gcc/gimple-fold.c @@ -2699,7 +2699,7 @@ get_base_constructor (tree base, HOST_WIDE_INT *bit_offset, { tree init = ctor_for_folding (base); - /* Our semantic is exact oposite of ctor_for_folding; + /* Our semantic is exact opposite of ctor_for_folding; NULL means unknown, while error_mark_node is 0. */ if (init == error_mark_node) return NULL_TREE; |