summaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2002-10-28 14:07:45 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-10-28 14:07:45 +0000
commit423adbb9bf574e8a8f2d02ad00fcbb4352beada9 (patch)
tree5aa3d0b0183a4c894c941c4b71d02403a60c2866 /gcc/cse.c
parent42e650ae23a4cc4c4f08717a501f58bd150941ce (diff)
downloadgcc-423adbb9bf574e8a8f2d02ad00fcbb4352beada9.tar.gz
ChangeLog.1: Fix typos.
* ChangeLog.1: Fix typos. * cse.c: Fix a comment typo. * reload1.c: Likewise. From-SVN: r58596
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 06be4ff7412..9688204c466 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)
{