summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-11 22:05:06 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-11 22:05:06 +0000
commit75ff09a0a5433fa68975fe6cc5a21ae47ebea486 (patch)
tree0b88041cc0b21434d1d70fa28ca6bf607eb55673
parent7861133ff1ceb324a0272f2a8d5f5046ef47fdb3 (diff)
downloadgcc-75ff09a0a5433fa68975fe6cc5a21ae47ebea486.tar.gz
Fix a ChangeLog typo in the last commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90498 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index baac6a7ee69..87b2fbb9c09 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,7 +1,7 @@
2004-11-11 Kazu Hirata <kazu@cs.umass.edu>
* function.c (expand_function_end): Remove an "if" statement
- that always trigger.
+ that always triggers.
* stmt.c (expand_null_return_1): Likewise.
2004-11-11 James E. Wilson <wilson@specifixinc.com>