aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads/stop-with-handle.exp
diff options
context:
space:
mode:
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>2020-04-28 11:30:52 +0200
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>2020-04-28 11:38:26 +0200
commit32d1f47a126567f24be18e7cadf5d2490968c986 (patch)
treeab6625142666bc947733088becaa0a5d4ec91458 /gdb/testsuite/gdb.threads/stop-with-handle.exp
parent56a4f5a10b1e90d60527455b8542ba98fd0f6349 (diff)
downloadfsf-binutils-gdb-32d1f47a126567f24be18e7cadf5d2490968c986.zip
fsf-binutils-gdb-32d1f47a126567f24be18e7cadf5d2490968c986.tar.gz
fsf-binutils-gdb-32d1f47a126567f24be18e7cadf5d2490968c986.tar.bz2
Fix typo (thead -> thread)
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).
Diffstat (limited to 'gdb/testsuite/gdb.threads/stop-with-handle.exp')
-rw-r--r--gdb/testsuite/gdb.threads/stop-with-handle.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/stop-with-handle.exp b/gdb/testsuite/gdb.threads/stop-with-handle.exp
index 2208536..24610f9 100644
--- a/gdb/testsuite/gdb.threads/stop-with-handle.exp
+++ b/gdb/testsuite/gdb.threads/stop-with-handle.exp
@@ -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,