aboutsummaryrefslogtreecommitdiff
path: root/gdb/disasm.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2017-02-02 11:28:40 +0000
committerPedro Alves <palves@redhat.com>2017-02-02 11:28:40 +0000
commitc99cc448c805b6bd481603155078881a503cd64a (patch)
tree75edd7717d6aa5b86ad7026bbea664477b5965dc /gdb/disasm.h
parent8b172ce7c9435095d14e0bd98cd431bb9584e95e (diff)
downloadgdb-c99cc448c805b6bd481603155078881a503cd64a.zip
gdb-c99cc448c805b6bd481603155078881a503cd64a.tar.gz
gdb-c99cc448c805b6bd481603155078881a503cd64a.tar.bz2
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.
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 385cae6..42c1f3a 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
{