diff options
Diffstat (limited to 'gcc/df-problems.c')
-rw-r--r-- | gcc/df-problems.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/df-problems.c b/gcc/df-problems.c index 67a8cb0..79b2f42 100644 --- a/gcc/df-problems.c +++ b/gcc/df-problems.c @@ -4264,7 +4264,7 @@ df_simulate_fixup_sets (basic_block bb, bitmap live) } -/* Apply the artifical uses and defs at the top of BB in a forwards +/* Apply the artificial uses and defs at the top of BB in a forwards direction. */ void @@ -4304,7 +4304,7 @@ df_simulate_one_insn_forwards (basic_block bb, rtx insn, bitmap live) } -/* Apply the artifical uses and defs at the end of BB in a backwards +/* Apply the artificial uses and defs at the end of BB in a backwards direction. */ void |