aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/pep.em
diff options
context:
space:
mode:
authorAmbrogino Modigliani <ambrogino.modigliani@gmail.com>2016-11-25 21:01:50 +0100
committerAlan Modra <amodra@gmail.com>2016-11-27 15:09:50 +1030
commit839b0b3f8dff2d7a43f110b8f07b05c8a1004111 (patch)
treea7941d916026e5bc515d28d7a0c7020a207d8951 /ld/emultempl/pep.em
parent6223ef94973400bbe2d98885b2a4e36cdb47c800 (diff)
downloadgdb-839b0b3f8dff2d7a43f110b8f07b05c8a1004111.zip
gdb-839b0b3f8dff2d7a43f110b8f07b05c8a1004111.tar.gz
gdb-839b0b3f8dff2d7a43f110b8f07b05c8a1004111.tar.bz2
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.
Diffstat (limited to 'ld/emultempl/pep.em')
-rw-r--r--ld/emultempl/pep.em2
1 files changed, 1 insertions, 1 deletions
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;