summaryrefslogtreecommitdiff
path: root/gcc/ssa.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ssa.c')
-rw-r--r--gcc/ssa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ssa.c b/gcc/ssa.c
index 5b15b132d12..2484582a526 100644
--- a/gcc/ssa.c
+++ b/gcc/ssa.c
@@ -499,7 +499,7 @@ find_evaluations (evals, nregs)
/* Computing the Dominance Frontier:
- As decribed in Morgan, section 3.5, this may be done simply by
+ As described in Morgan, section 3.5, this may be done simply by
walking the dominator tree bottom-up, computing the frontier for
the children before the parent. When considering a block B,
there are two cases: