From 0a10fd82fb8eec907699469cc74937386235fff3 Mon Sep 17 00:00:00 2001 From: froydnj Date: Fri, 11 Feb 2011 15:16:46 +0000 Subject: * 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 --- gcc/cgraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cgraph.h') 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) -- cgit v1.2.1