From: Kazu Hirata Date: Mon, 25 Nov 2002 00:27:13 +0000 (+0000) Subject: h8300.c (h8300_init_once): Fix a typo in the target help message. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=92d4b8a08f267b985022904e0ad492e9f25bef72;p=gcc.git h8300.c (h8300_init_once): Fix a typo in the target help message. * config/h8300/h8300.c (h8300_init_once): Fix a typo in the target help message. From-SVN: r59445 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3e6687002f0..1847505ca96 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-11-24 Kazu Hirata + + * config/h8300/h8300.c (h8300_init_once): Fix a typo in the + target help message. + 2002-11-24 Jason Thorpe * config.gcc (*-*-netbsd*1.[7-9]*, *-*-netbsd*[2-9]*): Set diff --git a/gcc/config/h8300/h8300.c b/gcc/config/h8300/h8300.c index 9a516c4f068..0f72d11bc19 100644 --- a/gcc/config/h8300/h8300.c +++ b/gcc/config/h8300/h8300.c @@ -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; }