From: Kazu Hirata Date: Thu, 11 Nov 2004 22:05:06 +0000 (+0000) Subject: Fix a ChangeLog typo in the last commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5060342a1470aa3bb07e9f962716dc272db16aa0;p=gcc.git Fix a ChangeLog typo in the last commit. From-SVN: r90498 --- 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 * 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