aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@gcc.gnu.org>2001-11-11 11:25:28 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-11-11 11:25:28 +0000
commiteaec9b3d7ed15d4d07e0091a361e52c73d2170b3 (patch)
treeb852443590ce1b94b516d895ae6e1e58523886b8 /gcc/rtlanal.c
parent592bf28c9096a01cf9576951123cb248d4869803 (diff)
downloadgcc-eaec9b3d7ed15d4d07e0091a361e52c73d2170b3.zip
gcc-eaec9b3d7ed15d4d07e0091a361e52c73d2170b3.tar.gz
gcc-eaec9b3d7ed15d4d07e0091a361e52c73d2170b3.tar.bz2
ChangeLog.2, [...]: Fix spelling errors.
* ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog, cfg.c, cfganal.c, cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c, collect2.c, combine.c, config.in, configure, configure.in, conflict.c, dwarf2out.c, dwarfout.c, except.c, final.c, flow.c, genattrtab.c, ggc-page.c, jump.c, lcm.c, predict.c, reg-stack.c, reload1.c, rtlanal.c, sched-rgn.c, toplev.c, unwind-dw2-fde.h: Fix spelling errors. From-SVN: r46928
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r--gcc/rtlanal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c
index 90531f8..eb79fe9 100644
--- a/gcc/rtlanal.c
+++ b/gcc/rtlanal.c
@@ -884,7 +884,7 @@ set_of_1 (x, pat, data1)
}
/* Give an INSN, return a SET or CLOBBER expression that does modify PAT
- (eighter directly or via STRICT_LOW_PART and similar modifiers). */
+ (either directly or via STRICT_LOW_PART and similar modifiers). */
rtx
set_of (pat, insn)
rtx pat, insn;
@@ -2859,7 +2859,7 @@ find_first_parameter_load (call_insn, boundary)
/* Our caller needs either ensure that we will find all sets
(in case code has not been optimized yet), or take care
- for possible labels in a way by setting boundary to preceeding
+ for possible labels in a way by setting boundary to preceding
CODE_LABEL. */
if (GET_CODE (before) == CODE_LABEL)
{