diff options
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cse.c b/gcc/cse.c index ddaf689efae..26dd99132ff 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -2046,7 +2046,7 @@ safe_hash (x, mode) in all the places that search a hash table chain for an equivalent for a given value. A possible equivalent that has different structure has its hash code computed from different data. Whether the hash code - is the same as that of the the given value is pure luck. */ + is the same as that of the given value is pure luck. */ static int exp_equiv_p (x, y, validate, equal_values) |