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]

Re: [patch] gcc: Fix some typos in function names, etc.


Hi,

> 	* c-objc-common.c (): Fix a typo in a warning.

Oops.  I'm making too many stupid mistakes today....

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.2713
diff -u -r2.2713 ChangeLog
--- ChangeLog	8 Feb 2004 23:08:24 -0000	2.2713
+++ ChangeLog	8 Feb 2004 23:14:31 -0000
@@ -28,7 +28,8 @@
 
 2004-02-08  Kazu Hirata  <kazu@cs.umass.edu>
 
-	* c-objc-common.c (): Fix a typo in a warning.
+	* c-objc-common.c (c_cannot_inline_tree_fn): Fix a typo in a
+	warning.
 	* cse.c (preferrable): Change to preferable. Update all of its
 	callers.
 	* genautomata.c (ainsn): Change


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