From 423adbb9bf574e8a8f2d02ad00fcbb4352beada9 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 28 Oct 2002 14:07:45 +0000 Subject: ChangeLog.1: Fix typos. * ChangeLog.1: Fix typos. * cse.c: Fix a comment typo. * reload1.c: Likewise. From-SVN: r58596 --- gcc/cse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cse.c') diff --git a/gcc/cse.c b/gcc/cse.c index 06be4ff..9688204 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -776,7 +776,7 @@ static int preferrable (cost_a, regcost_a, cost_b, regcost_b) int cost_a, regcost_a, cost_b, regcost_b; { - /* First, get rid of a cases involving expressions that are entirely + /* First, get rid of cases involving expressions that are entirely unwanted. */ if (cost_a != cost_b) { -- cgit v1.1