aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2002-09-28 15:29:45 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-09-28 15:29:45 +0000
commit43aa4e05ea72d300ede141b3222e54f77c6ea4a7 (patch)
treed6229d36c3ba1bde96e6ff5cf2b04b6fb1b8d777 /gcc/haifa-sched.c
parent13e8651c8a52719e6e5a8b4b1a6552bffd7bcd79 (diff)
downloadgcc-43aa4e05ea72d300ede141b3222e54f77c6ea4a7.zip
gcc-43aa4e05ea72d300ede141b3222e54f77c6ea4a7.tar.gz
gcc-43aa4e05ea72d300ede141b3222e54f77c6ea4a7.tar.bz2
ChangeLog.4: Fix typos.
* ChangeLog.4: Fix typos. * ChangeLog.6: Likewise. * FSFChangeLog.10: Likewise. * genattrtab.c: Fix comment typos. * haifa-sched.c: Likewise. * real.c: Likewise. * tree.h: Likewise. * config/arm/arm.c: Likewise. * config/arm/crti.asm: Likewise. * config/arm/crtn.asm: Likewise. * config/frv/frv.c: Likewise. * config/frv/frv.md: Likewise. * config/h8300/h8300.md: Likewise. * config/i386/rtemself.h: Likewise. * config/ia64/unwind-ia64.c: Likewise. * config/ip2k/ip2k.h: Likewise. * config/m88k/m88k.c: Likewise. * config/m88k/m88k.md: Likewise. * config/mips/sr71k.md: Likewise. * config/mmix/mmix.c: Likewise. * config/rs6000/rs6000.c: Likewise. * config/sh/sh.md: Likewise. From-SVN: r57614
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r--gcc/haifa-sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index c5eb4d6..c253f2c 100644
--- a/gcc/haifa-sched.c
+++ b/gcc/haifa-sched.c
@@ -389,7 +389,7 @@ static rtx last_scheduled_insn;
/* Compute the function units used by INSN. This caches the value
returned by function_units_used. A function unit is encoded as the
- unit number if the value is non-negative and the compliment of a
+ unit number if the value is non-negative and the complement of a
mask if the value is negative. A function unit index is the
non-negative encoding. The scheduler using only DFA description
should never use the following function. */