aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mcore
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-12-15 20:31:07 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-12-15 20:31:07 +0000
commitb0287a9034ba44e3a3dae9728a765ab1e03e5450 (patch)
treeab93dcb3b3786532d89de4391000c8589809df03 /gcc/config/mcore
parent1737c953d5d6b65078435519a6dbd5e425ad47e6 (diff)
downloadgcc-b0287a9034ba44e3a3dae9728a765ab1e03e5450.zip
gcc-b0287a9034ba44e3a3dae9728a765ab1e03e5450.tar.gz
gcc-b0287a9034ba44e3a3dae9728a765ab1e03e5450.tar.bz2
c-typeck.c, [...]: Use "built-in" and "bit-field" spellings in messages.
* c-typeck.c, config/i386/i386.h, config/mcore/mcore.h, config/ns32k/ns32k.h, config/rs6000/sysv4.h, fold-const.c, toplev.c, cppinit.c, cppmacro.c, gcc.c: Use "built-in" and "bit-field" spellings in messages. * po/gcc.pot: Regenerate. ch: * expr.c: Use "built-in" spelling in messages. From-SVN: r48048
Diffstat (limited to 'gcc/config/mcore')
-rw-r--r--gcc/config/mcore/mcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mcore/mcore.h b/gcc/config/mcore/mcore.h
index 09371c4..7bced8e 100644
--- a/gcc/config/mcore/mcore.h
+++ b/gcc/config/mcore/mcore.h
@@ -139,7 +139,7 @@ extern int target_flags;
{"no-relax-immediates", - RELAX_IMM_BIT, \
N_("Do not arbitary sized immediates in bit operations") }, \
{"wide-bitfields", W_FIELD_BIT, \
- N_("Always treat bitfield as int-sized") }, \
+ N_("Always treat bit-field as int-sized") }, \
{"no-wide-bitfields", - W_FIELD_BIT, \
"" }, \
{"4byte-functions", OVERALIGN_FUNC_BIT, \