aboutsummaryrefslogtreecommitdiff
path: root/gcc/df-problems.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2007-06-13 02:27:04 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-06-13 02:27:04 +0000
commit0d52bcc19e63766de745d046844e8f2c12c89536 (patch)
tree53bc6532998c58f2c87be78479fff08b511afc9a /gcc/df-problems.c
parentebca1de4384a5c5c563f0d3337999886b01f0f7e (diff)
downloadgcc-0d52bcc19e63766de745d046844e8f2c12c89536.zip
gcc-0d52bcc19e63766de745d046844e8f2c12c89536.tar.gz
gcc-0d52bcc19e63766de745d046844e8f2c12c89536.tar.bz2
auto-inc-dec.c, [...]: Fix comment typos.
* auto-inc-dec.c, c-incpath.c, config/c4x/libgcc.S, config/sh/divcost-analysis, dbgcnt.def, df-core.c, df-problems.c, df-scan.c, df.h, dominance.c, dse.c, regstat.c, tree-data-ref.c, tree-ssa-loop-im.c, tree-ssa-loop-prefetch.c, tree-vect-transform.c: Fix comment typos. Follow spelling conventions. From-SVN: r125666
Diffstat (limited to 'gcc/df-problems.c')
-rw-r--r--gcc/df-problems.c4
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