diff options
Diffstat (limited to 'gcc/loop.h')
-rw-r--r-- | gcc/loop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.h b/gcc/loop.h index 301a02dc08b..f57b4c9a187 100644 --- a/gcc/loop.h +++ b/gcc/loop.h @@ -121,7 +121,7 @@ struct iv_class { rtx initial_value; /* Value of reg at loop start */ rtx initial_test; /* Test performed on BIV before loop */ struct iv_class *next; /* Links all class structures together */ - rtx init_insn; /* insn which intializes biv, 0 if none. */ + rtx init_insn; /* insn which initializes biv, 0 if none. */ rtx init_set; /* SET of INIT_INSN, if any. */ unsigned incremented : 1; /* 1 if somewhere incremented/decremented */ unsigned eliminable : 1; /* 1 if plausible candidate for elimination. */ |