aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-fold.c
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-21 18:31:07 +0000
committerMike Stump <mrs@gcc.gnu.org>2013-07-21 18:31:07 +0000
commit688010bad0375a275466ac1adb98aff80c0e77ac (patch)
treea89618804e203ad97b7210fd17da195393f4631f /gcc/gimple-fold.c
parent1aa95df74202a50ca17f06e738c8fae303450fdd (diff)
downloadgcc-688010bad0375a275466ac1adb98aff80c0e77ac.zip
gcc-688010bad0375a275466ac1adb98aff80c0e77ac.tar.gz
gcc-688010bad0375a275466ac1adb98aff80c0e77ac.tar.bz2
Fix typos.
2013-07-21 Ondřej Bílka <neleai@seznam.cz> * c-common.c: Fix typos. * c-common.h: Likewise. From-SVN: r201110
Diffstat (limited to 'gcc/gimple-fold.c')
-rw-r--r--gcc/gimple-fold.c2
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;