diff options
author | Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net> | 2003-04-29 14:16:48 +0000 |
---|---|---|
committer | Kriang Lerdsuwanakij <lerdsuwa@gcc.gnu.org> | 2003-04-29 14:16:48 +0000 |
commit | 8e854b762f7f6b72891784c1b4a40665ebbcde75 (patch) | |
tree | 4b529fc22b154cd30c59c6a41a28e5b12cd504b4 /gcc/config/mcore | |
parent | fbf17dab002ad0bf6b4d7164d09d103701533dcf (diff) | |
download | gcc-8e854b762f7f6b72891784c1b4a40665ebbcde75.zip gcc-8e854b762f7f6b72891784c1b4a40665ebbcde75.tar.gz gcc-8e854b762f7f6b72891784c1b4a40665ebbcde75.tar.bz2 |
c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
* c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
* gcc.c (display_help): Likewise.
* toplev.c (f_options): Likewise.
* params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
* config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
* config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
* config/s390/s390.h (TARGET_SWITCHES): Likewise.
* config/v850/v850.h (TARGET_SWITCHES): Likewise.
* call.c (build_operator_new_call): Fix typo.
* lang-options.h: Likewise.
From-SVN: r66228
Diffstat (limited to 'gcc/config/mcore')
-rw-r--r-- | gcc/config/mcore/mcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mcore/mcore.h b/gcc/config/mcore/mcore.h index b8dce6a..fa8707e 100644 --- a/gcc/config/mcore/mcore.h +++ b/gcc/config/mcore/mcore.h @@ -138,7 +138,7 @@ extern int target_flags; {"relax-immediates", RELAX_IMM_BIT, \ "" }, \ {"no-relax-immediates", - RELAX_IMM_BIT, \ - N_("Do not arbitary sized immediates in bit operations") }, \ + N_("Do not arbitrary sized immediates in bit operations") }, \ {"wide-bitfields", W_FIELD_BIT, \ N_("Always treat bit-field as int-sized") }, \ {"no-wide-bitfields", - W_FIELD_BIT, \ |