summaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-28 14:07:45 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-28 14:07:45 +0000
commite61c498ca7bd1f5175fb2dbbd9731f209f89f242 (patch)
tree5aa3d0b0183a4c894c941c4b71d02403a60c2866 /gcc/cse.c
parentbb0439ddbeb2c5c4040d88960a24e5014bca92b5 (diff)
downloadgcc-e61c498ca7bd1f5175fb2dbbd9731f209f89f242.tar.gz
* ChangeLog.1: Fix typos.
* cse.c: Fix a comment typo. * reload1.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58596 138bc75d-0d04-0410-961f-82ee72b054a4
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)
{