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/avrelf.em | |
parent | 6223ef94973400bbe2d98885b2a4e36cdb47c800 (diff) | |
download | gdb-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/avrelf.em')
-rw-r--r-- | ld/emultempl/avrelf.em | 2 |
1 files changed, 1 insertions, 1 deletions
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 <<EOF static lang_input_statement_type *stub_file; static asection *avr_stub_section; -/* Variables set by the command-line parameters and transfered +/* Variables set by the command-line parameters and transferred to the bfd without use of global shared variables. */ static bfd_boolean avr_no_stubs = FALSE; |