gdb/common/signals-state-save-restore.c: Fix typos
authorPedro Alves <palves@redhat.com>
Mon, 15 Jan 2018 20:03:20 +0000 (20:03 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 15 Jan 2018 20:03:20 +0000 (20:03 +0000)
gdb/ChangeLog:
2018-01-15  Pedro Alves  <palves@redhat.com>

* common/signals-state-save-restore.c
(save_original_signals_state): Fix typos.

gdb/ChangeLog
gdb/common/signals-state-save-restore.c

index 284245ed8c61761729bee45ea4680eb000d4bc44..c831a5c30f957f0e08b17e7fa94c873a93314fef 100644 (file)
@@ -1,3 +1,8 @@
+2018-01-15  Pedro Alves  <palves@redhat.com>
+
+       * common/signals-state-save-restore.c
+       (save_original_signals_state): Fix typos.
+
 2017-01-12  Tom Tromey  <tom@tromey.com>
            Sergio Durigan Junior  <sergiodj@redhat.com>
 
index eb281dd32b2ed9d7bf5a9627b342ee21cd87f5fa..5bb66321bbbb0a0d4e72efc7051a73865ec37896 100644 (file)
@@ -72,8 +72,7 @@ save_original_signals_state (bool quiet)
          found_preinstalled = true;
 
          /* Use raw fprintf here because we're being called in early
-            startup, because GDB's filtered streams are are
-            created.  */
+            startup, before GDB's filtered streams are created.  */
          fprintf (stderr,
                   _("warning: Found custom handler for signal "
                     "%d (%s) preinstalled.\n"), i,
This page took 0.026744 seconds and 4 git commands to generate.