aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-ssa-alias.c')
-rw-r--r--gcc/tree-ssa-alias.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-alias.c b/gcc/tree-ssa-alias.c
index 7aff7ee..b897090 100644
--- a/gcc/tree-ssa-alias.c
+++ b/gcc/tree-ssa-alias.c
@@ -3189,7 +3189,7 @@ create_structure_vars (void)
htab_delete (used_portions);
VEC_free (tree, heap, varvec);
- /* Update SSA operands of statememnts mentioning varibales we split. */
+ /* Update SSA operands of statements mentioning variables we split. */
if (gimple_in_ssa_p (cfun))
FOR_EACH_BB (bb)
{