From b0287a9034ba44e3a3dae9728a765ab1e03e5450 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 15 Dec 2001 20:31:07 +0000 Subject: 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 --- gcc/toplev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/toplev.c') diff --git a/gcc/toplev.c b/gcc/toplev.c index 910296b..342c6cc 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1193,7 +1193,7 @@ documented_lang_options[] = { "-fsigned-bitfields", "" }, { "-funsigned-bitfields", - N_("Make bitfields by unsigned by default") }, + N_("Make bit-fields by unsigned by default") }, { "-fno-signed-bitfields", "" }, { "-fno-unsigned-bitfields","" }, { "-fsigned-char", -- cgit v1.1