h8300.c (h8300_init_once): Fix a typo in the target help message.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 25 Nov 2002 00:27:13 +0000 (00:27 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 25 Nov 2002 00:27:13 +0000 (00:27 +0000)
* config/h8300/h8300.c (h8300_init_once): Fix a typo in the
target help message.

From-SVN: r59445

gcc/ChangeLog
gcc/config/h8300/h8300.c

index 3e6687002f022c2b1dc4be8c6302af8bee3baf4d..1847505ca960a2e9a6026230da68b89501a177cc 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-24  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.c (h8300_init_once): Fix a typo in the
+       target help message.
+
 2002-11-24  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * config.gcc (*-*-netbsd*1.[7-9]*, *-*-netbsd*[2-9]*): Set
index 9a516c4f068878aaa61354ff41002060ef497523..0f72d11bc19246c5142a8f89ae7b59fc358d7e25 100644 (file)
@@ -317,7 +317,7 @@ h8300_init_once ()
   
   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;
     }