diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-21 18:31:07 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-21 18:31:07 +0000 |
commit | a04e8d6277eaccdf1255f9d285c15be111659d81 (patch) | |
tree | a89618804e203ad97b7210fd17da195393f4631f /gcc/ipa-prop.h | |
parent | 75de4aa2388b611eccdaac5526121fd3a034cab3 (diff) | |
download | gcc-a04e8d6277eaccdf1255f9d285c15be111659d81.tar.gz |
Fix typos.
2013-07-21 OndÅej BÃlka <neleai@seznam.cz>
* c-common.c: Fix typos.
* c-common.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201110 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ipa-prop.h')
-rw-r--r-- | gcc/ipa-prop.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ipa-prop.h b/gcc/ipa-prop.h index 3399e82730f..e3836e0d09a 100644 --- a/gcc/ipa-prop.h +++ b/gcc/ipa-prop.h @@ -143,7 +143,7 @@ struct GTY(()) ipa_ancestor_jf_data the size of the type) is clobbered with an unknown value. When agg_preserved is false or the type of the containing jump function is different, all unlisted parts are assumed to be unknown and all values must - fullfill is_gimple_ip_invariant. */ + fulfill is_gimple_ip_invariant. */ typedef struct GTY(()) ipa_agg_jf_item { @@ -192,7 +192,7 @@ typedef struct GTY (()) ipa_jump_func } ipa_jump_func_t; -/* Return the offset of the component that is decribed by a known type jump +/* Return the offset of the component that is described by a known type jump function JFUNC. */ static inline HOST_WIDE_INT |