Tweak pretty_print_disassembler's intro comment

gdb/ChangeLog:
2017-02-02  Pedro Alves  <palves@redhat.com>

	* disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
This commit is contained in:
Pedro Alves
2017-02-02 11:28:40 +00:00
parent 8b172ce7c9
commit c99cc448c8
2 changed files with 5 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ extern void gdb_disassembly (struct gdbarch *gdbarch, struct ui_out *uiout,
extern int gdb_print_insn (struct gdbarch *gdbarch, CORE_ADDR memaddr,
struct ui_file *stream, int *branch_delay_insns);
/* Class used to pretty-print an instruction. */
/* Class used to pretty-print instructions. */
class gdb_pretty_print_disassembler
{