diff options
author | Yuri Chornovian <yurchor@ukr.net> | 2017-07-18 16:58:14 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-07-18 16:58:14 +0100 |
commit | de194d8575765da6c7905d09b8675c59fad035e9 (patch) | |
tree | b5d104395b4fb836d6b3a7687faa48d6a2544210 /bfd/elf32-nds32.c | |
parent | c5ed057625f886b14d9def3fa7488fd8bbbf7dd3 (diff) | |
download | gdb-de194d8575765da6c7905d09b8675c59fad035e9.zip gdb-de194d8575765da6c7905d09b8675c59fad035e9.tar.gz gdb-de194d8575765da6c7905d09b8675c59fad035e9.tar.bz2 |
Fix spelling typos.
Diffstat (limited to 'bfd/elf32-nds32.c')
-rw-r--r-- | bfd/elf32-nds32.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/elf32-nds32.c b/bfd/elf32-nds32.c index d6b58aa..b5f59e7 100644 --- a/bfd/elf32-nds32.c +++ b/bfd/elf32-nds32.c @@ -11509,12 +11509,12 @@ nds32_relax_adjust_label (bfd *abfd, asection *sec, of instruction a time. It recognizes three types of relocations. - 1. R_NDS32_LABEL - a aligment. + 1. R_NDS32_LABEL - a alignment. 2. R_NDS32_INSN16 - relax a 32-bit instruction to 16-bit. 3. is_16bit_NOP () - remove a 16-bit instruction. */ - /* TODO: It seems currently implementation only support 4-byte aligment. - We should handle any-aligment. */ + /* TODO: It seems currently implementation only support 4-byte alignment. + We should handle any-alignment. */ Elf_Internal_Rela *insn_rel = NULL, *label_rel = NULL, *irel; Elf_Internal_Rela *tmp_rel, *tmp2_rel = NULL; |