aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-02-10 20:13:21 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-02-10 20:13:21 +0000
commit0388d40ad30e132108800a6910e01046004ad20d (patch)
tree3631a492225fa7bd390f3c8a207719fbf73e30ba /gcc/cse.c
parentf00485cc36b4e2c34f5e4f8942ada21298593055 (diff)
downloadgcc-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/cse.c')
-rw-r--r--gcc/cse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cse.c b/gcc/cse.c
index 4a130d3..e9f6c2f 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -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