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] h8300.c: Fix a typo in the target help message.


Hi,

Attached is a patch to fix a typo in the target help message.
Committed as obvious.

Kazu Hirata

2002-11-24  Kazu Hirata  <kazu@cs.umass.edu>

	* config/h8300/h8300.c (h8300_init_once): Fix a typo in the
	target help message.

Index: h8300.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300.c,v
retrieving revision 1.162
diff -u -r1.162 h8300.c
--- h8300.c	24 Nov 2002 13:17:11 -0000	1.162
+++ h8300.c	25 Nov 2002 00:23:01 -0000
@@ -317,7 +317,7 @@
   
   if (TARGET_H8300 && TARGET_NORMAL_MODE)
     {
-      error ("-mn used without -mh or -ms");
+      error ("-mn is used without -mh or -ms");
       target_flags ^= MASK_NORMAL_MODE;
     }
 


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