diff options
author | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-28 20:09:17 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-28 20:09:17 +0000 |
commit | ff7cc30768b33d4124a232f7f19cd1bc0fd62b51 (patch) | |
tree | c77fe1bb905e48b9ef6d1aa767606adced63e933 /gcc/ssa.c | |
parent | 306ef64467b81eff37995c0620ee097c9d174463 (diff) | |
download | gcc-ff7cc30768b33d4124a232f7f19cd1bc0fd62b51.tar.gz |
ChangeLog.0, [...]: Fix spelling errors.
* ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
ChangeLog.5, ChangeLog, FSFChangeLog.10, FSFChangeLog.11,
c-common.c, c-common.h, c-parse.in, c-typeck.c, cfg.c, config.gcc,
configure, configure.in, except.c, except.h, flow.c, function.c,
gcc.c, gcse.c, genrecog.c, libgcc2.c, loop.c, loop.h, params.def,
predict.def, predict.h, reg-stack.c, regmove.c, sched-deps.c,
sched-int.h, sibcall.c, ssa.c, stringpool.c, toplev.c, tree.c,
unroll.c: Fix spelling errors.
From-SVN: r46595
Diffstat (limited to 'gcc/ssa.c')
-rw-r--r-- | gcc/ssa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ssa.c b/gcc/ssa.c index e86d87811ec..c2b49c79dd0 100644 --- a/gcc/ssa.c +++ b/gcc/ssa.c @@ -1231,7 +1231,7 @@ ephi_add_node (reg, nodes, n_nodes) /* Part one of the topological sort. This is a forward (downward) search through the graph collecting a stack of nodes to process. Assuming no cycles, the nodes at top of the stack when we are finished will have - no other dependancies. */ + no other dependencies. */ static int * ephi_forward (t, visited, succ, tstack) |