summaryrefslogtreecommitdiffstats
path: root/gcc/integrate.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-25 03:52:42 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-25 03:52:42 +0000
commit4885b28602cc78f9491be97dc9cb20e66b921fbf (patch)
treebf5e07ce58ea32552b2f08730c4b206c218b96ac /gcc/integrate.c
parent47e051ca38cab251de07e884fa94a936bc348bc7 (diff)
downloadppe42-gcc-4885b28602cc78f9491be97dc9cb20e66b921fbf.tar.gz
ppe42-gcc-4885b28602cc78f9491be97dc9cb20e66b921fbf.zip
* c-common.h: Fix comment typos.
* c-decl.c: Likewise. * cgraphunit.c: Likewise. * combine.c: Likewise. * et-forest.c: Likewise. * flow.c: Likewise. * function.c: Likewise. * ifcvt.c: Likewise. * integrate.c: Likewise. * jump.c: Likewise. * postreload.c: Likewise. * varray.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76539 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r--gcc/integrate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c
index d45bbfce2a5..82e8114214b 100644
--- a/gcc/integrate.c
+++ b/gcc/integrate.c
@@ -191,7 +191,7 @@ function_cannot_inline_p (tree fndecl)
if (current_function_cannot_inline)
return current_function_cannot_inline;
- /* If its not even close, don't even look. */
+ /* If it's not even close, don't even look. */
if (get_max_uid () > 3 * max_insns)
return N_("function too large to be inline");
OpenPOWER on IntegriCloud