Commit 0388d40a by Kazu Hirata Committed by Kazu Hirata

cse.c, [...]: Fix comment typos.

	* cse.c, tree-ssa-loop-ivopts.c, config/rs6000/linux-unwind.h:
	Fix comment typos.

From-SVN: r94845
parent f00485cc
2005-02-10 Kazu Hirata <kazu@cs.umass.edu>
* cse.c, tree-ssa-loop-ivopts.c, config/rs6000/linux-unwind.h:
Fix comment typos.
2005-02-10 Zdenek Dvorak <dvorakz@suse.cz>
* tree-ssa-loop-ivopts.c (determine_base_object): Ignore casts.
......
......@@ -194,7 +194,7 @@ get_regs (struct _Unwind_Context *context)
}
#endif
/* Find an entry in the process auxilliary vector. The canonical way to
/* Find an entry in the process auxiliary vector. The canonical way to
test for VMX is to look at AT_HWCAP. */
static long
......
......@@ -335,7 +335,7 @@ static unsigned int cse_reg_info_table_size;
static unsigned int cse_reg_info_table_first_uninitialized;
/* The timestamp at the beginning of the current run of
cse_basic_block. We increment this variable at at the beginning of
cse_basic_block. We increment this variable at the beginning of
the current run of cse_basic_block. The timestamp field of a
cse_reg_info entry matches the value of this variable if and only
if the entry has been initialized during the current run of
......
......@@ -647,7 +647,7 @@ struct nfe_cache_elt
/* The edge for that the number of iterations is cached. */
edge exit;
/* True if the # of iterations was succesfully determined. */
/* True if the # of iterations was successfully determined. */
bool valid_p;
/* Description of # of iterations. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment