aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-ssa-loop-ivopts.c')
-rw-r--r--gcc/tree-ssa-loop-ivopts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-ivopts.c b/gcc/tree-ssa-loop-ivopts.c
index ab3247c..2d474d3 100644
--- a/gcc/tree-ssa-loop-ivopts.c
+++ b/gcc/tree-ssa-loop-ivopts.c
@@ -1492,7 +1492,7 @@ may_be_unaligned_p (tree ref)
unsigned base_align;
/* TARGET_MEM_REFs are translated directly to valid MEMs on the target,
- thus they are not missaligned. */
+ thus they are not misaligned. */
if (TREE_CODE (ref) == TARGET_MEM_REF)
return false;