gdbthread.h: Fix comment typo
authorPedro Alves <palves@redhat.com>
Wed, 19 Apr 2017 12:16:05 +0000 (13:16 +0100)
committerPedro Alves <palves@redhat.com>
Wed, 19 Apr 2017 12:16:05 +0000 (13:16 +0100)
gdb/ChangeLog:
2017-04-19  Pedro Alves  <palves@redhat.com>

* gdbthread.h (thread): Add missing closing parenthesis in
comment.

gdb/ChangeLog
gdb/gdbthread.h

index e2608968a1a1a56f72fba751fe8287267105f349..b30e63fe5ed4f708286776f24682be55c2a65635 100644 (file)
@@ -1,3 +1,8 @@
+2017-04-19  Pedro Alves  <palves@redhat.com>
+
+       * gdbthread.h (thread): Add missing closing parenthesis in
+       comment.
+
 2017-04-19  Pedro Alves  <palves@redhat.com>
 
        * common/refcounted-object.h: New file.
index 33977eeb23fd3a3aace4c6b47c1890b9e177a974..68427e9203d33191c654d9b4273e36b7bff786df 100644 (file)
@@ -186,7 +186,7 @@ typedef VEC (value_ptr) value_vec;
    inferior_ptid global.  However, when GDB needs to remember the
    selected thread to later restore it, GDB bumps the thread object's
    refcount, to prevent something deleting the thread object before
-   reverting back (e.g., due to a "kill" command.  If the thread
+   reverting back (e.g., due to a "kill" command).  If the thread
    meanwhile exits before being re-selected, then the thread object is
    left listed in the thread list, but marked with state
    THREAD_EXITED.  (See make_cleanup_restore_current_thread and
This page took 0.030132 seconds and 4 git commands to generate.