aboutsummaryrefslogtreecommitdiff
path: root/gdb/disasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/disasm.h')
-rw-r--r--gdb/disasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/disasm.h b/gdb/disasm.h
index 02d9408..7e1bb8d 100644
--- a/gdb/disasm.h
+++ b/gdb/disasm.h
@@ -248,7 +248,7 @@ struct gdb_non_printing_memory_disassembler
{ /* Nothing. */ }
};
-/* A dissassembler class that provides 'print_insn', a method for
+/* A disassembler class that provides 'print_insn', a method for
disassembling a single instruction to the output stream. */
struct gdb_disassembler : public gdb_printing_disassembler,