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]

[ARm, commit] Fix a typo in comment


Hi,

I have committed this patch under the obvious rule.

Regards,
--
Jie Zhang

	* config/arm/arm-ldmstm.ml: Fix a typo in comment.

Index: config/arm/arm-ldmstm.ml
===================================================================
--- config/arm/arm-ldmstm.ml	(revision 168104)
+++ config/arm/arm-ldmstm.ml	(working copy)
@@ -26,7 +26,7 @@
    3.09.2, though other versions will probably work too.
 
    Run with:
-     ocaml arm-ldmstm.ml >/path/to/gcc/config/arm/ldmstm.ml
+     ocaml arm-ldmstm.ml >/path/to/gcc/config/arm/ldmstm.md
 *)
 
 type amode = IA | IB | DA | DB

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