diff options
author | Nick Clifton <nickc@redhat.com> | 2020-07-06 10:54:36 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-07-06 10:54:36 +0100 |
commit | ddc73fa9877b81a278139fd0e33c446aaceddf34 (patch) | |
tree | 1fa122f1c0c78ccc1495ebebedd65b23aa67876f /gas/po | |
parent | 17550be7dde6a99388a8ebef89828df892462ccd (diff) | |
download | gdb-ddc73fa9877b81a278139fd0e33c446aaceddf34.zip gdb-ddc73fa9877b81a278139fd0e33c446aaceddf34.tar.gz gdb-ddc73fa9877b81a278139fd0e33c446aaceddf34.tar.bz2 |
Fix spelling mistakes in some of the binutils sub-directories.
PR 26204
gas * config/tc-arm.c: Fix spelling mistake.
* config/tc-riscv.c: Likewise.
* config/tc-z80.c: Likewise.
* po/gas.pot: Regenerate.
ld * lexsup.c: Fix spelling mistake.
* po/ld.pot: Regenerate.
opcodes * arc-dis.c: Fix spelling mistake.
* po/opcodes.pot: Regenerate.
Diffstat (limited to 'gas/po')
-rw-r--r-- | gas/po/gas.pot | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gas/po/gas.pot b/gas/po/gas.pot index e52d4f4..45caf36 100644 --- a/gas/po/gas.pot +++ b/gas/po/gas.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" -"POT-Creation-Date: 2020-07-04 10:27+0100\n" +"POT-Creation-Date: 2020-07-06 10:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -4711,7 +4711,7 @@ msgstr "" #: config/tc-arm.c:22027 msgid "" "vcx instructions with S or D registers require either MVE or Armv8-M " -"floating point etension." +"floating point extension." msgstr "" #: config/tc-arm.c:22043 @@ -15500,7 +15500,7 @@ msgstr "" #. Still can not find the priv spec class. #: config/tc-riscv.c:166 #, c-format -msgid "Unknown default privilege spec `%d.%d.%d' set by privilege attributes" +msgid "Unknown default privilege spec `%d.%d.%d' set by privilege attributes" msgstr "" #: config/tc-riscv.c:576 config/tc-riscv.c:637 @@ -20258,7 +20258,7 @@ msgstr "" #: config/tc-z80.c:219 #, c-format -msgid "Invalid EXTENTION is specified: %s" +msgid "Invalid EXTENSION is specified: %s" msgstr "" #: config/tc-z80.c:274 @@ -20293,8 +20293,8 @@ msgid "" " -local-prefix=TEXT\t treat labels prefixed by TEXT as local\n" " -colonless\t\t permit colonless labels\n" " -sdcc\t\t\t accept SDCC specific instruction syntax\n" -" -fp-s=FORMAT\t\t set single precission FP numbers format\n" -" -fp-d=FORMAT\t\t set double precission FP numbers format\n" +" -fp-s=FORMAT\t\t set single precision FP numbers format\n" +" -fp-d=FORMAT\t\t set double precision FP numbers format\n" "Where FORMAT one of:\n" " ieee754\t\t IEEE754 compatible (depends on directive)\n" " half\t\t\t IEEE754 half precision (16 bit)\n" |