Fix a ChangeLog typo in the last commit.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Nov 2004 22:05:06 +0000 (22:05 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Nov 2004 22:05:06 +0000 (22:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90498 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index baac6a7..87b2fbb 100644 (file)
@@ -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>