diff options
author | Jakub Jelinek <jakub@redhat.com> | 2024-04-23 14:50:27 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2024-04-23 14:50:27 +0200 |
commit | 4338ac149e270e7fc8a607779ce7f21cb8c640d6 (patch) | |
tree | 9931d67923b75222b1b9d3a73a294298c4037a21 /gcc/config/epiphany | |
parent | 3d5699930fe6cfc595e5a920ab36a1bc065be534 (diff) | |
download | gcc-4338ac149e270e7fc8a607779ce7f21cb8c640d6.zip gcc-4338ac149e270e7fc8a607779ce7f21cb8c640d6.tar.gz gcc-4338ac149e270e7fc8a607779ce7f21cb8c640d6.tar.bz2 |
Spelling fixes for translatable strings
I've run aspell on gcc.pot (just quickly skimming, so pressing
I key hundreds of times and just stopping when I catch something that
looks like a misspelling).
I plan to commit this tomorrow as obvious unless somebody finds some
issues in it, you know, I'm not a native English speaker.
Yes, I know favour is valid UK spelling, but we spell the US way I think.
I've left some *ise* -> *ize* cases (recognise, initialise), those
had too many hits, though in translatable strings just 4, so maybe
worth changing too:
msgid "recognise the specified suffix as a definition module filename"
msgid "recognise the specified suffix as implementation and module filenames"
"initialiser for a dylib."
msgid "%qE attribute argument %qE is not recognised"
2024-04-23 Jakub Jelinek <jakub@redhat.com>
* config/epiphany/epiphany.opt (may-round-for-trunc): Spelling fix:
floatig -> floating.
* config/riscv/riscv.opt (mcsr-check): Spelling fix: CRS -> CSR.
* params.opt (-param=ipa-cp-profile-count-base=): Spelling fix:
frequncy -> frequency.
gcc/c-family/
* c.opt (Wstrict-flex-arrays): Spelling fix: inproper -> improper.
gcc/cp/
* parser.cc (cp_parser_using_declaration): Spelling fix: favour
-> favor.
gcc/m2/
* lang.opt (fuse-list=): Spelling fix: finalializations ->
finalizations.
Diffstat (limited to 'gcc/config/epiphany')
-rw-r--r-- | gcc/config/epiphany/epiphany.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/epiphany/epiphany.opt b/gcc/config/epiphany/epiphany.opt index 563e7ef..6cffea8 100644 --- a/gcc/config/epiphany/epiphany.opt +++ b/gcc/config/epiphany/epiphany.opt @@ -105,7 +105,7 @@ Enum(attr_fp_mode) String(int) Value(FP_MODE_INT) may-round-for-trunc Target Mask(MAY_ROUND_FOR_TRUNC) -A floatig point to integer truncation may be replaced with rounding to save mode switching. +A floating point to integer truncation may be replaced with rounding to save mode switching. mvect-double Target Mask(VECT_DOUBLE) |