diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-01 20:13:45 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-01 20:13:45 +0000 |
commit | becfaa6206281ee8bb5d22ca461fa08568e7dc8c (patch) | |
tree | 45757e42a145a2d8be0144b7e44a0c40f3c59cdf /gcc/sched-int.h | |
parent | bf8496673bf063a69114446800256803d8ef6786 (diff) | |
download | gcc-becfaa6206281ee8bb5d22ca461fa08568e7dc8c.tar.gz |
* config/arm/arm.c, config/rs6000/ppu_intrinsics.h,
config/spu/spu.c, df-scan.c, fixed-value.c, fold-const.c,
ginclude/tgmath.h, haifa-sched.c, optabs.c, recog.c,
sched-deps.c, sched-int.h, system.h, target.h,
tree-ssa-live.c, tree-vect-transform.c, tree-vectorizer.c,
tree.def: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128016 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r-- | gcc/sched-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h index d23fc82d807..da31ec9d8fb 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -897,7 +897,7 @@ struct _sd_iterator simply a pointer to the next element to allow easy deletion from the list. When a dep is being removed from the list the iterator will automatically advance because the value in *linkp will start - reffering to the next element. */ + referring to the next element. */ dep_link_t *linkp; /* True if the current list is a resolved one. */ |