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]

[patch] ChangeLog: Fix a typo.


Hi,

Committed as obvious.

Kazu Hirata

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.8490
diff -u -d -p -r2.8490 ChangeLog
--- ChangeLog	27 Apr 2005 17:02:17 -0000	2.8490
+++ ChangeLog	27 Apr 2005 17:36:15 -0000
@@ -69,9 +69,8 @@
 	(init_ssanames, fini_ssa_names, make_ssanames,
 	release_ssa_name): Update uses of ssa_names.
 
-	* dojump.c: Fix comment typos.  emit-rtl.c, expmed.c, expr.c,
-	stmt.c, stor-layout.c: Use fold_buildN instead of
-	fold (buildN (...)).
+	* dojump.c, emit-rtl.c, expmed.c, expr.c, stmt.c, stor-layout.c:
+	Use fold_buildN instead of fold (buildN (...)).
 
 2005-04-27  Devang Patel <dpatel@apple.com>
 


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