From c99cc448c805b6bd481603155078881a503cd64a Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Thu, 2 Feb 2017 11:28:40 +0000 Subject: [PATCH] Tweak pretty_print_disassembler's intro comment gdb/ChangeLog: 2017-02-02 Pedro Alves * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment. --- gdb/ChangeLog | 4 ++++ gdb/disasm.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 38a3beb059..67fbf93116 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2017-02-02 Pedro Alves + + * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment. + 2017-02-02 Pedro Alves * disasm.c (gdb_pretty_print_insn): Rename to ... diff --git a/gdb/disasm.h b/gdb/disasm.h index 385cae6865..42c1f3af6d 100644 --- a/gdb/disasm.h +++ b/gdb/disasm.h @@ -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 { -- 2.34.1