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.
This commit is contained in:
parent
250d07de5c
commit
f9a6a8f09d
38 changed files with 88 additions and 43 deletions
|
@ -424,7 +424,7 @@ do_type (unsigned int i)
|
|||
if (sym->n_numaux)
|
||||
{
|
||||
if (aux == NULL)
|
||||
fatal (_("Aggregate definition needs auxillary information"));
|
||||
fatal (_("Aggregate definition needs auxiliary information"));
|
||||
|
||||
if (aux->x_sym.x_tagndx.p)
|
||||
{
|
||||
|
@ -474,7 +474,7 @@ do_type (unsigned int i)
|
|||
break;
|
||||
case T_ENUM:
|
||||
if (aux == NULL)
|
||||
fatal (_("Enum definition needs auxillary information"));
|
||||
fatal (_("Enum definition needs auxiliary information"));
|
||||
if (aux->x_sym.x_tagndx.p)
|
||||
{
|
||||
unsigned int idx = INDEXOF (aux->x_sym.x_tagndx.p);
|
||||
|
@ -517,7 +517,7 @@ do_type (unsigned int i)
|
|||
int els;
|
||||
|
||||
if (aux == NULL)
|
||||
fatal (_("Array definition needs auxillary information"));
|
||||
fatal (_("Array definition needs auxiliary information"));
|
||||
els = (dimind < DIMNUM
|
||||
? aux->x_sym.x_fcnary.x_ary.x_dimen[dimind]
|
||||
: 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue