aboutsummaryrefslogtreecommitdiff
path: root/gcc/df.h
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@gcc.gnu.org>2001-10-28 12:42:06 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-10-28 12:42:06 +0000
commitf63d1bf775e8c15c877f5a9bf0e3f6fbb021686b (patch)
tree5147904e5bf678349cb97df457fd5f0fafc4363e /gcc/df.h
parent63f6bcd791a4efb738523b32ebc8be2b56377041 (diff)
downloadgcc-f63d1bf775e8c15c877f5a9bf0e3f6fbb021686b.zip
gcc-f63d1bf775e8c15c877f5a9bf0e3f6fbb021686b.tar.gz
gcc-f63d1bf775e8c15c877f5a9bf0e3f6fbb021686b.tar.bz2
ChangeLog.0, [...]: Fix spelling errors.
* ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog, ChangeLog.lib, FSFChangeLog.10, ONEWS, c-common.c, caller-save.c, cfg.c, cfgcleanup.c, cfgrtl.c, collect2.c, df.h, diagnostic.h, final.c, gcse.c, gthr.h, haifa-sched.c, jump.c, local-alloc.c, profile.c, protoize.c, regmove.c, reload1.c, rtlanal.c, sched-vis.c, ssa.c, stmt.c, system.h, toplev.c: Fix spelling errors. From-SVN: r46580
Diffstat (limited to 'gcc/df.h')
-rw-r--r--gcc/df.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/df.h b/gcc/df.h
index c550afa..068461d 100644
--- a/gcc/df.h
+++ b/gcc/df.h
@@ -68,7 +68,7 @@ struct insn_info
struct df_link *defs; /* Head of insn-def chain. */
struct df_link *uses; /* Head of insn-use chain. */
/* ???? The following luid field should be considerd private so that
- we can change it on the fly to accomodate new insns? */
+ we can change it on the fly to accommodate new insns? */
int luid; /* Logical UID. */
#if 0
rtx insn; /* Backpointer to the insn. */