From 839b0b3f8dff2d7a43f110b8f07b05c8a1004111 Mon Sep 17 00:00:00 2001 From: Ambrogino Modigliani Date: Fri, 25 Nov 2016 21:01:50 +0100 Subject: [PATCH] Fix spelling in comments in .em files (ld) * emultempl/avrelf.em: Fix spelling in comments. * emultempl/elf32.em: Fix spelling in comments. * emultempl/pe.em: Fix spelling in comments. * emultempl/pep.em: Fix spelling in comments. * emultempl/spuelf.em: Fix spelling in comments. --- ld/ChangeLog | 8 ++++++++ ld/emultempl/avrelf.em | 2 +- ld/emultempl/elf32.em | 4 ++-- ld/emultempl/pe.em | 2 +- ld/emultempl/pep.em | 2 +- ld/emultempl/spuelf.em | 2 +- 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index ae660fa..594bd76 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,13 @@ 2016-11-27 Ambrogino Modigliani + * emultempl/avrelf.em: Fix spelling in comments. + * emultempl/elf32.em: Fix spelling in comments. + * emultempl/pe.em: Fix spelling in comments. + * emultempl/pep.em: Fix spelling in comments. + * emultempl/spuelf.em: Fix spelling in comments. + +2016-11-27 Ambrogino Modigliani + * testsuite/ld-sh/arch/arch.exp: Fix spelling in comments. * testsuite/ld-sh/rd-sh.exp: Fix spelling in comments. * testsuite/ld-sh/sh64/rd-sh64.exp: Fix spelling in comments. diff --git a/ld/emultempl/avrelf.em b/ld/emultempl/avrelf.em index 4710b6e..f9f0111 100644 --- a/ld/emultempl/avrelf.em +++ b/ld/emultempl/avrelf.em @@ -36,7 +36,7 @@ fragment <type = bfd_link_hash_defweak; /* We replace original name with __imp_ prefixed, this 1) may trash memory 2) leads to duplicate symbol generation. - Still, IMHO it's better than having name poluted. */ + Still, IMHO it's better than having name polluted. */ undef->root.string = sym->root.string; undef->u.def.value = sym->u.def.value; undef->u.def.section = sym->u.def.section; diff --git a/ld/emultempl/pep.em b/ld/emultempl/pep.em index 60deeed..1312bec 100644 --- a/ld/emultempl/pep.em +++ b/ld/emultempl/pep.em @@ -1197,7 +1197,7 @@ pep_find_data_imports (void) undef->type = bfd_link_hash_defweak; /* We replace original name with __imp_ prefixed, this 1) may trash memory 2) leads to duplicate symbol generation. - Still, IMHO it's better than having name poluted. */ + Still, IMHO it's better than having name polluted. */ undef->root.string = sym->root.string; undef->u.def.value = sym->u.def.value; undef->u.def.section = sym->u.def.section; diff --git a/ld/emultempl/spuelf.em b/ld/emultempl/spuelf.em index a94e1df..d36c356 100644 --- a/ld/emultempl/spuelf.em +++ b/ld/emultempl/spuelf.em @@ -719,7 +719,7 @@ PARSE_AND_LIST_ARGS_CASES=' auto_overlay_file = optarg; break; } - /* Fall thru */ + /* Fallthru */ case OPTION_SPU_AUTO_RELINK: params.auto_overlay |= 2; -- 2.7.4