diff options
author | Alan Modra <amodra@gmail.com> | 2021-01-01 14:21:52 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-01-01 14:36:35 +1030 |
commit | f9a6a8f09dc2310d5f4a482a2e7ffc1be3984cd7 (patch) | |
tree | 30d8c1679c101f90677c695ce64e8473f13e95e7 /gas/doc | |
parent | 250d07de5cf6efc81ed934c25292beb63c7e3129 (diff) | |
download | gdb-f9a6a8f09dc2310d5f4a482a2e7ffc1be3984cd7.zip gdb-f9a6a8f09dc2310d5f4a482a2e7ffc1be3984cd7.tar.gz gdb-f9a6a8f09dc2310d5f4a482a2e7ffc1be3984cd7.tar.bz2 |
PR27116, Spelling errors found by Debian style checker
PR 27116
bfd/
* xcofflink.c: Correct spelling in comments.
binutils/
* coffgrok.c (do_type): Correct spelling of auxiliary in errors.
* doc/binutils.texi: Correct grammar.
* readelf.c (process_version_sections): Correct spelling of auxiliary
in warning.
* testsuite/binutils-all/vax/objdump.exp: Comment grammar fix.
config/
* override.m4: Correct comment grammar.
gas/
* config/tc-i386.c: Correct comment spelling.
* config/tc-riscv.c: Likewise.
* config/tc-s390.c: Correct comment grammar.
* doc/c-i386.texi: Correct spelling.
* doc/c-s390.texi: Correct grammar.
gold/
* tilegx.cc: Correct comment spelling.
gprof/
* README: Correct grammar.
* gprof.texi: Likewise.
include/
* coff/internal.h: Correct comment spelling.
* coff/sym.h: Likewise.
* opcode/aarch64.h: Likewise.
ld/
* configure.tgt: Correct comment grammar.
* emultempl/m68hc1xelf.em: Likewise.
* ld.texi: Correct grammar.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-i386.texi | 2 | ||||
-rw-r--r-- | gas/doc/c-s390.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index 7bec686..cb996c8 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -513,7 +513,7 @@ before indirect near branch instructions. before indirect near branch via register and issue a warning before indirect near branch via memory. It also implicitly sets @option{-mlfence-before-ret=@var{shl}} when -there's no explict @option{-mlfence-before-ret=}. +there's no explicit @option{-mlfence-before-ret=}. @option{-mlfence-before-indirect-branch=@var{register}} will generate lfence before indirect near branch via register. @option{-mlfence-before-indirect-branch=@var{memory}} will issue a diff --git a/gas/doc/c-s390.texi b/gas/doc/c-s390.texi index d7553f1..c1b46a1 100644 --- a/gas/doc/c-s390.texi +++ b/gas/doc/c-s390.texi @@ -905,7 +905,7 @@ except instructions from the HTM facility. @cindex @code{.machinemode} directive, s390 @item .machinemode string -This directive allows to change the architecture mode for which code +This directive allows one to change the architecture mode for which code is being generated. @code{string} may be @code{esa}, @code{zarch}, @code{zarch_nohighgprs}, @code{push}, or @code{pop}. @code{.machinemode zarch_nohighgprs} can be used to prevent the |