aboutsummaryrefslogtreecommitdiff
path: root/gcc/reorg.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-03-20 05:21:41 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-03-20 05:21:41 +0000
commitd1a6adeb6743311f37affcce0a15df6f77a325a5 (patch)
tree89910945dd096ed9ce8332b32730542c69fd2051 /gcc/reorg.c
parent5fd9b17875e5e720108ed599b262ad9464576956 (diff)
downloadgcc-d1a6adeb6743311f37affcce0a15df6f77a325a5.zip
gcc-d1a6adeb6743311f37affcce0a15df6f77a325a5.tar.gz
gcc-d1a6adeb6743311f37affcce0a15df6f77a325a5.tar.bz2
c-common.c, [...]: Fix comment typos.
* 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. From-SVN: r79730
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 cab9d46..9a58d34 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