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 38a3beb0594a11fc163361aea7977beb71649e13..67fbf931164c4362425f0dda57e341a42e38ea87 100644 (file)
@@ -1,3 +1,7 @@
+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 ...
index 385cae6865c06d26a5403d0458ed4882bb11c699..42c1f3af6d48bed68722b95554849494b4e85d74 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
 {