aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/ChangeLog')
-rw-r--r--gcc/f/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index b3ffe65ed37..5b5b0fe3a9a 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -2375,7 +2375,7 @@ Thu Nov 2 03:58:17 1995 Craig Burley (burley@gnu.ai.mit.edu)
wrap every new eval of lhs in save_expr() so it is clear to
back end that MULT_EXPR(lhs,lhs) has identical operands,
otherwise for an rhs like 32767 it generates around 65K pseudo
- registers, which which stupid_life_analysis cannot cope
+ registers, with which stupid_life_analysis cannot cope
(due to reg_renumber in regs.h being `short *' instead of
`int *').