diff options
Diffstat (limited to 'gdb/arch/aarch64-insn.c')
-rw-r--r-- | gdb/arch/aarch64-insn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arch/aarch64-insn.c b/gdb/arch/aarch64-insn.c index 48d0be8..89bdabc 100644 --- a/gdb/arch/aarch64-insn.c +++ b/gdb/arch/aarch64-insn.c @@ -47,7 +47,7 @@ extract_signed_bitfield (uint32_t insn, unsigned width, unsigned offset) INSN is the instruction opcode. MASK specifies the bits within the opcode that are to be tested - agsinst for a match with PATTERN. */ + against for a match with PATTERN. */ static int decode_masked_match (uint32_t insn, uint32_t mask, uint32_t pattern) |