diff options
author | lerdsuwa <lerdsuwa@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-29 14:16:48 +0000 |
---|---|---|
committer | lerdsuwa <lerdsuwa@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-29 14:16:48 +0000 |
commit | 6122f1884a2c86718a2b0c5070ce991adb3e3215 (patch) | |
tree | 4b529fc22b154cd30c59c6a41a28e5b12cd504b4 /gcc/config/v850/v850.h | |
parent | 1bd93e5319ec6d44f1ea285c2690750beebbb54a (diff) | |
download | ppe42-gcc-6122f1884a2c86718a2b0c5070ce991adb3e3215.tar.gz ppe42-gcc-6122f1884a2c86718a2b0c5070ce991adb3e3215.zip |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66228 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/v850/v850.h')
-rw-r--r-- | gcc/config/v850/v850.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/v850/v850.h b/gcc/config/v850/v850.h index b18d85afced..5a6431dfd4f 100644 --- a/gcc/config/v850/v850.h +++ b/gcc/config/v850/v850.h @@ -191,7 +191,7 @@ extern int target_flags; { "no-app-regs", MASK_NO_APP_REGS, \ N_("Do not use registers r2 and r5") }, \ { "strict-align", MASK_STRICT_ALIGN, \ - N_("Enfore strict alignment") }, \ + N_("Enforce strict alignment") }, \ { "no-strict-align", -MASK_STRICT_ALIGN, "" }, \ { "big-switch", MASK_BIG_SWITCH, \ N_("Use 4 byte entries in switch tables") },\ |