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 /opcodes | |
parent | c5ed057625f886b14d9def3fa7488fd8bbbf7dd3 (diff) | |
download | fsf-binutils-gdb-de194d8575765da6c7905d09b8675c59fad035e9.zip fsf-binutils-gdb-de194d8575765da6c7905d09b8675c59fad035e9.tar.gz fsf-binutils-gdb-de194d8575765da6c7905d09b8675c59fad035e9.tar.bz2 |
Fix spelling typos.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 6 | ||||
-rw-r--r-- | opcodes/aarch64-opc.c | 2 | ||||
-rw-r--r-- | opcodes/i386-dis.c | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index caeeee7..c013974 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2017-07-18 Nick Clifton <nickc@redhat.com> + + PR 21775 + * aarch64-opc.c: Fix spelling typos. + * i386-dis.c: Likewise. + 2017-07-14 Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com> * dis-buf.c (buffer_read_memory): Change type of end_addr_offset, diff --git a/opcodes/aarch64-opc.c b/opcodes/aarch64-opc.c index a47a754..27c1d09 100644 --- a/opcodes/aarch64-opc.c +++ b/opcodes/aarch64-opc.c @@ -3050,7 +3050,7 @@ aarch64_print_operand (char *buf, size_t size, bfd_vma pc, case AARCH64_OPND_PAIRREG: case AARCH64_OPND_SVE_Rm: /* The optional-ness of <Xt> in e.g. IC <ic_op>{, <Xt>} is determined by - the <ic_op>, therefore we we use opnd->present to override the + the <ic_op>, therefore we use opnd->present to override the generic optional-ness information. */ if (opnd->type == AARCH64_OPND_Rt_SYS) { diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index e95311e..a3ce08d 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -6957,7 +6957,7 @@ static const struct dis386 x86_64_table[][2] = { /* X86_64_82 */ { - /* Opcode 0x82 is an alias of of opcode 0x80 in 32-bit mode. */ + /* Opcode 0x82 is an alias of opcode 0x80 in 32-bit mode. */ { REG_TABLE (REG_80) }, }, |