summaryrefslogtreecommitdiff
path: root/gcc/reorg.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-20 05:21:41 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-20 05:21:41 +0000
commit3927afe00736d112235414ba26efbb13f2830057 (patch)
tree89910945dd096ed9ce8332b32730542c69fd2051 /gcc/reorg.c
parent883b2e736539f4112f9ebb1a4528db015b217672 (diff)
downloadgcc-3927afe00736d112235414ba26efbb13f2830057.tar.gz
* c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty-print.c,
expmed.c, ggc-common.c, jump.c, passes.c, recog.c, regmove.c, reorg.c, tree.h: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79730 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r--gcc/reorg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c
index cab9d46ab75..9a58d34b29f 100644
--- a/gcc/reorg.c
+++ b/gcc/reorg.c
@@ -3170,7 +3170,7 @@ relax_delay_slots (rtx first)
/* See if we have a RETURN insn with a filled delay slot followed
by a RETURN insn with an unfilled a delay slot. If so, we can delete
- the first RETURN (but not it's delay insn). This gives the same
+ the first RETURN (but not its delay insn). This gives the same
effect in fewer instructions.
Only do so if optimizing for size since this results in slower, but