summaryrefslogtreecommitdiff
path: root/gcc/ssa-ccp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ssa-ccp.c')
-rw-r--r--gcc/ssa-ccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ssa-ccp.c b/gcc/ssa-ccp.c
index abd557e3242..a5b1c24f377 100644
--- a/gcc/ssa-ccp.c
+++ b/gcc/ssa-ccp.c
@@ -338,7 +338,7 @@ visit_expression (insn, block)
blocks as executable if they have not already been
marked.
- One day we may try do better with swtich tables and
+ One day we may try do better with switch tables and
other computed jumps. */
for (curredge = block->succ; curredge;
curredge = curredge->succ_next)