diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-02-10 20:13:21 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-02-10 20:13:21 +0000 |
commit | 0388d40ad30e132108800a6910e01046004ad20d (patch) | |
tree | 3631a492225fa7bd390f3c8a207719fbf73e30ba /gcc/tree-ssa-loop-ivopts.c | |
parent | f00485cc36b4e2c34f5e4f8942ada21298593055 (diff) | |
download | gcc-0388d40ad30e132108800a6910e01046004ad20d.zip gcc-0388d40ad30e132108800a6910e01046004ad20d.tar.gz gcc-0388d40ad30e132108800a6910e01046004ad20d.tar.bz2 |
cse.c, [...]: Fix comment typos.
* cse.c, tree-ssa-loop-ivopts.c, config/rs6000/linux-unwind.h:
Fix comment typos.
From-SVN: r94845
Diffstat (limited to 'gcc/tree-ssa-loop-ivopts.c')
-rw-r--r-- | gcc/tree-ssa-loop-ivopts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-ivopts.c b/gcc/tree-ssa-loop-ivopts.c index a570569..40661be 100644 --- a/gcc/tree-ssa-loop-ivopts.c +++ b/gcc/tree-ssa-loop-ivopts.c @@ -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. */ |