From f9a6a8f09dc2310d5f4a482a2e7ffc1be3984cd7 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 1 Jan 2021 14:21:52 +1030 Subject: 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. --- bfd/xcofflink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/xcofflink.c') diff --git a/bfd/xcofflink.c b/bfd/xcofflink.c index 4df5ee1..f0d6c8d 100644 --- a/bfd/xcofflink.c +++ b/bfd/xcofflink.c @@ -3408,7 +3408,7 @@ xcoff_post_gc_symbol (struct xcoff_link_hash_entry *h, void * p) } /* INPUT_BFD includes XCOFF symbol ISYM, which is associated with linker - hash table entry H and csect CSECT. AUX contains ISYM's auxillary + hash table entry H and csect CSECT. AUX contains ISYM's auxiliary csect information, if any. NAME is the function's name if the name is stored in the .debug section, otherwise it is null. @@ -5145,7 +5145,7 @@ xcoff_find_tc0 (bfd *output_bfd, struct xcoff_final_link_info *flinfo) irsym.n_numaux = 1; bfd_coff_swap_sym_out (output_bfd, &irsym, flinfo->outsyms); - /* Fill out the auxillary csect information. */ + /* Fill out the auxiliary csect information. */ memset (&iraux, 0, sizeof iraux); iraux.x_csect.x_smtyp = XTY_SD; iraux.x_csect.x_smclas = XMC_TC0; -- cgit v1.1