gdb/mi/mi-interp.c: Fix typos
authorPedro Alves <palves@redhat.com>
Tue, 31 Jan 2017 17:56:36 +0000 (17:56 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 31 Jan 2017 23:34:59 +0000 (23:34 +0000)
gdb/ChangeLog:
2017-01-31  Pedro Alves  <palves@redhat.com>

* mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified):
Fix typos.

gdb/ChangeLog
gdb/mi/mi-interp.c

index e3d3560d45498234e3f57ed8fd53711bd716beab..91cde2bc09aa89ef0da60d9eaa7b60a95666ad09 100644 (file)
@@ -1,3 +1,8 @@
+2017-01-31  Pedro Alves  <palves@redhat.com>
+
+       * mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified):
+       Fix typos.
+
 2017-01-31  Pedro Alves  <palves@redhat.com>
 
        * stack.c (print_frame_args): Remove local mem_fileopen stream,
index e2edbfa6feeace0e2ed6ca90f838e15006c3c765..76f4f8ceea3af70b2509b2bbe16d9e681a89254b 100644 (file)
@@ -900,7 +900,7 @@ mi_breakpoint_created (struct breakpoint *b)
       /* We want the output from gdb_breakpoint_query to go to
         mi->event_channel.  One approach would be to just call
         gdb_breakpoint_query, and then use mi_out_put to send the current
-        content of mi_outout into mi->event_channel.  However, that will
+        content of mi_uiout into mi->event_channel.  However, that will
         break if anything is output to mi_uiout prior to calling the
         breakpoint_created notifications.  So, we use
         ui_out_redirect.  */
@@ -979,7 +979,7 @@ mi_breakpoint_modified (struct breakpoint *b)
       /* We want the output from gdb_breakpoint_query to go to
         mi->event_channel.  One approach would be to just call
         gdb_breakpoint_query, and then use mi_out_put to send the current
-        content of mi_outout into mi->event_channel.  However, that will
+        content of mi_uiout into mi->event_channel.  However, that will
         break if anything is output to mi_uiout prior to calling the
         breakpoint_created notifications.  So, we use
         ui_out_redirect.  */
This page took 0.028042 seconds and 4 git commands to generate.