summaryrefslogtreecommitdiff
path: root/gcc/df-scan.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-scan.c
parentebca1de4384a5c5c563f0d3337999886b01f0f7e (diff)
downloadgcc-0d52bcc19e63766de745d046844e8f2c12c89536.tar.gz
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-scan.c')
-rw-r--r--gcc/df-scan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/df-scan.c b/gcc/df-scan.c
index ff33aa396cb..010488efc00 100644
--- a/gcc/df-scan.c
+++ b/gcc/df-scan.c
@@ -1635,7 +1635,7 @@ df_reorganize_refs_by_insn_bb (basic_block bb, unsigned int offset,
}
-/* Organinze the refs by insn into the table in REF_INFO. If
+/* Organize the refs by insn into the table in REF_INFO. If
blocks_to_analyze is defined, use that set, otherwise the entire
program. Include the defs if INCLUDE_DEFS. Include the uses if
INCLUDE_USES. Include the eq_uses if INCLUDE_EQ_USES. */
@@ -3599,7 +3599,7 @@ df_get_entry_block_def_set (bitmap entry_block_defs)
/* Return the (conservative) set of hard registers that are defined on
entry to the function.
- It uses df->entry_block_defs to determine which regster
+ It uses df->entry_block_defs to determine which register
reference to include. */
static void