From 14b493d64dd504f79cd702bba4b8bae678740af9 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 24 Dec 2002 08:30:34 +0000 Subject: regmove.c: Fix comment typos. * regmove.c: Fix comment typos. * reload.c: Likewise. * reload1.c: Likewise. * resource.c: Likewise. * rtl.def: Likewise. * rtl.h: Likewise. * rtlanal.c: Likewise. * sched-deps.c: Likewise. * sched-rgn.c: Likewise. * sibcall.c: Likewise. * simplify-rtx.c: Likewise. * ssa-ccp.c: Likewise. * ssa.c: Likewise. * stmt.c: Likewise. * stor-layout.c: Likewise. * system.h: Likewise. * tlink.c: Likewise. * toplev.c: Likewise. * tracer.c: Likewise. * tree-inline.c: Likewise. * tree.c: Likewise. * tree.h: Likewise. * unroll.c: Likewise. * varasm.c: Likewise. From-SVN: r60473 --- gcc/ssa-ccp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ssa-ccp.c') diff --git a/gcc/ssa-ccp.c b/gcc/ssa-ccp.c index 64e5f24..085f18f 100644 --- a/gcc/ssa-ccp.c +++ b/gcc/ssa-ccp.c @@ -815,7 +815,7 @@ optimize_unexecutable_edges (edges, executable_edges) && bb->succ && bb->succ->succ_next == NULL) { /* If the fallthru edge is the executable edge, then turn - this jump into a nop jump, otherwise make it an unconditinoal + this jump into a nop jump, otherwise make it an unconditional jump to its target. */ if (edge->flags & EDGE_FALLTHRU) { -- cgit v1.1