diff options
author | Ambrogino Modigliani <ambrogino.modigliani@gmail.com> | 2016-11-25 21:01:50 +0100 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-11-27 15:09:50 +1030 |
commit | 839b0b3f8dff2d7a43f110b8f07b05c8a1004111 (patch) | |
tree | a7941d916026e5bc515d28d7a0c7020a207d8951 /ld/emultempl/elf32.em | |
parent | Fix spelling in comments in .def files (gold) (diff) | |
download | binutils-gdb-839b0b3f8dff2d7a43f110b8f07b05c8a1004111.tar.gz binutils-gdb-839b0b3f8dff2d7a43f110b8f07b05c8a1004111.tar.bz2 binutils-gdb-839b0b3f8dff2d7a43f110b8f07b05c8a1004111.zip |
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/elf32.em')
-rw-r--r-- | ld/emultempl/elf32.em | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index f5cb3eeb718..36aa7db886d 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -534,7 +534,7 @@ gld${EMULATION_NAME}_search_needed (const char *path, while ((var = strchr (filename + offset, '$')) != NULL) { /* The ld.so manual page does not say, but I am going to assume that - these tokens are terminated by a directory seperator character + these tokens are terminated by a directory separator character (/) or the end of the string. There is also an implication that $ORIGIN should only be used at the start of a path, but that is not enforced here. @@ -1512,7 +1512,7 @@ gld${EMULATION_NAME}_find_exp_assignment (etree_type *exp) case etree_provide: case etree_provided: provide = TRUE; - /* Fall thru */ + /* Fallthru */ case etree_assign: /* We call record_link_assignment even if the symbol is defined. This is because if it is defined by a dynamic object, we |