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] m32r.md: Fix a comment typo.


Hi,

Attached is a patch to fix a comment typo.

Committed as obvious.

Kazu Hirata

2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>

	* config/m32r/m32r.md: Fix a comment typo.

Index: m32r.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m32r/m32r.md,v
retrieving revision 1.25
diff -u -r1.25 m32r.md
--- m32r.md	20 Sep 2002 23:46:54 -0000	1.25
+++ m32r.md	13 Jun 2003 04:15:52 -0000
@@ -2540,7 +2540,7 @@
 ;; Simialr code is produced for the subtract expression.  With this
 ;; peephole the redundant move is eliminated.
 ;;
-;; This optimisation onbly works if PRESERVE_DEATH_INFO_REGNO_P is
+;; This optimisation only works if PRESERVE_DEATH_INFO_REGNO_P is
 ;; defined in m32r.h
 
 (define_peephole


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