This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Correct typo in ChangeLog


I committed this patch to correct a typo in ChangeLog.

Ian

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 114634)
+++ ChangeLog	(working copy)
@@ -9922,7 +9922,7 @@
 
 2006-01-20  DJ Delorie  <dj@redhat.com>
 
-	* varasm.c (initialize_constant_valid_p): Allow pointers
+	* varasm.c (initializer_constant_valid_p): Allow pointers
 	initialized from integer constants of lesser precision.
 	(output_constant): Allow non-int-sized pointer modes to be
 	initialized from integer constants.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]