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. --- gold/ChangeLog | 4 ++++ gold/tilegx.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gold') diff --git a/gold/ChangeLog b/gold/ChangeLog index 199f89b..4b7b481 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2021-01-01 Nicolas Boulenguez + + * tilegx.cc: Correct comment spelling. + 2021-01-01 Alan Modra Update year range in copyright notice of all files. diff --git a/gold/tilegx.cc b/gold/tilegx.cc index 4a86c8d..be3ee27 100644 --- a/gold/tilegx.cc +++ b/gold/tilegx.cc @@ -4013,7 +4013,7 @@ Target_tilegx::Scan::global(Symbol_table* symtab, // only expand to plt against __tls_get_addr in GD model case elfcpp::R_TILEGX_TLS_GD_CALL: if (opt_t == tls::TLSOPT_NONE) { - // FIXME: it's better '__tls_get_addr' referenced explictly + // FIXME: it's better '__tls_get_addr' referenced explicitly if (!target->tls_get_addr_sym_defined_) { Symbol* sym = NULL; options::parse_set(NULL, "__tls_get_addr", -- cgit v1.1