Fix typo (thead -> thread)
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Tue, 28 Apr 2020 09:30:52 +0000 (11:30 +0200)
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Tue, 28 Apr 2020 09:38:26 +0000 (11:38 +0200)
gdb/stubs/ChangeLog:
2020-04-28  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>

* ia64vms-stub.c: Fix typo in comment (thead -> thread).

gdb/testsuite/ChangeLog:
2020-04-28  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>

* gdb.threads/stop-with-handle.exp: Fix typo in comment
(theads -> threads).

gdbsupport/ChangeLog:
2020-04-28  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>

* gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).

gdb/stubs/ChangeLog
gdb/stubs/ia64vms-stub.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/stop-with-handle.exp
gdbsupport/ChangeLog
gdbsupport/gdb-sigmask.h

index 835aed9d7afbde6cbba01d92999aa08c155bdfef..a5cfae06045eee80dbdbf6438defe1febc842d66 100644 (file)
@@ -1,3 +1,7 @@
+2020-04-28  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       * ia64vms-stub.c: Fix typo in comment (thead -> thread).
+
 2019-10-26  Tom de Vries  <tdevries@suse.de>
 
        * ia64vms-stub.c: Fix typos in comments.
index 771d4a1b4e28031240e6bfdf84226e6a0e63e2ae..740a61b25105dd337858276b29794d824ff4d08a 100644 (file)
@@ -776,7 +776,7 @@ set_thread_scheduling (int val)
   return blk.dbgext$l_stop_value;
 }
 
-/* Get next thead (after THR).  Start with 0.  */
+/* Get next thread (after THR).  Start with 0.  */
 
 static unsigned int
 thread_next (unsigned int thr)
index 2d26a5e90ed829d3ec549272b791f54e7fc17bca..5544a1773b02779a203ee7e0e8e1c63ea4ab4f06 100644 (file)
@@ -1,3 +1,8 @@
+2020-04-28  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       * gdb.threads/stop-with-handle.exp: Fix typo in comment
+       (theads -> threads).
+
 2020-04-28  Tom de Vries  <tdevries@suse.de>
 
        * gdb.opt/inline-cmds.exp: Set KFAIL PR.
index 22085361f5d92aac6b90c77d1fcd9e73b6542ea3..24610f96194553121d61e8b7f87709feb91729c3 100644 (file)
@@ -15,7 +15,7 @@
 
 # This test covers a case where SIGSTOP has been configured to be
 # passed to the target with GDB's 'handle' command, and then a
-# multi-threaded inferior encounters an event that causes all theads
+# multi-threaded inferior encounters an event that causes all threads
 # to be stopped.
 #
 # The problem that (used) to exist was that GDB would see the SIGSTOP,
index b071049ae73b975e6b1168872476513d1f67432b..194811e65cb7e76cf767071f3b25608a6af5b41d 100644 (file)
@@ -1,3 +1,7 @@
+2020-04-28  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
+
 2020-04-27  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * common-defs.h: Include cstdlib.h.
index cd58c5497771a4a45b55dc1e93ff983305b8588c..91d84db7b3897610ff405daecc51d6d60c6605d2 100644 (file)
@@ -36,7 +36,7 @@
    system that only had pthread_sigmask, we could still use it with
    some extra changes.  */
 #ifdef HAVE_PTHREAD_SIGMASK
-#error pthead_sigmask available without sigprocmask - please report
+#error pthread_sigmask available without sigprocmask - please report
 #endif
 
 #endif /* HAVE_SIGPROCMASK */
This page took 0.034323 seconds and 4 git commands to generate.