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/i386-dis.c | |
parent | c5ed057625f886b14d9def3fa7488fd8bbbf7dd3 (diff) | |
download | gdb-de194d8575765da6c7905d09b8675c59fad035e9.zip gdb-de194d8575765da6c7905d09b8675c59fad035e9.tar.gz gdb-de194d8575765da6c7905d09b8675c59fad035e9.tar.bz2 |
Fix spelling typos.
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) }, }, |