summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
diff options
context:
space:
mode:
authorfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-11 15:16:46 +0000
committerfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-11 15:16:46 +0000
commit0a10fd82fb8eec907699469cc74937386235fff3 (patch)
treefb74d6c5685edc7c6aad61bcc6ec5436740ac374 /gcc/cgraph.h
parent58dcd9709865daadb3bddb0694cdd85fcca839a0 (diff)
downloadgcc-0a10fd82fb8eec907699469cc74937386235fff3.tar.gz
* cgraph.c: Fix comment typos.
* cgraph.h: Likewise. * cgraphunit.c: Likewise. * ipa-cp.c: Likewise. * ipa-inline.c: Likewise. * ipa-prop.c: Likewise. * ipa-pure-const.c: Likewise. * ipa-ref.c: Likewise. * ipa-reference.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170052 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r--gcc/cgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h
index de376ac81b9..34881502fb3 100644
--- a/gcc/cgraph.h
+++ b/gcc/cgraph.h
@@ -944,7 +944,7 @@ varpool_can_remove_if_no_refs (struct varpool_node *node)
/* Return true when all references to VNODE must be visible in ipa_ref_list.
i.e. if the variable is not externally visible or not used in some magic
way (asm statement or such).
- The magic uses are all sumarized in force_output flag. */
+ The magic uses are all summarized in force_output flag. */
static inline bool
varpool_all_refs_explicit_p (struct varpool_node *vnode)