Tweak pretty_print_disassembler's intro comment
authorPedro Alves <palves@redhat.com>
Thu, 2 Feb 2017 11:28:40 +0000 (11:28 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 2 Feb 2017 11:28:40 +0000 (11:28 +0000)
gdb/ChangeLog:
2017-02-02  Pedro Alves  <palves@redhat.com>

* disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.

gdb/ChangeLog
gdb/disasm.h

index 38a3beb..67fbf93 100644 (file)
@@ -1,5 +1,9 @@
 2017-02-02  Pedro Alves  <palves@redhat.com>
 
+       * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
+
+2017-02-02  Pedro Alves  <palves@redhat.com>
+
        * disasm.c (gdb_pretty_print_insn): Rename to ...
        (gdb_pretty_print_disassembler::pretty_print_insn): ... this.
        Remove gdbarch parameter.  Adapt to clear the object's buffers
index 385cae6..42c1f3a 100644 (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
 {