From 32d1f47a126567f24be18e7cadf5d2490968c986 Mon Sep 17 00:00:00 2001 From: Tankut Baris Aktemur Date: Tue, 28 Apr 2020 11:30:52 +0200 Subject: Fix typo (thead -> thread) gdb/stubs/ChangeLog: 2020-04-28 Tankut Baris Aktemur * ia64vms-stub.c: Fix typo in comment (thead -> thread). gdb/testsuite/ChangeLog: 2020-04-28 Tankut Baris Aktemur * gdb.threads/stop-with-handle.exp: Fix typo in comment (theads -> threads). gdbsupport/ChangeLog: 2020-04-28 Tankut Baris Aktemur * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask). --- gdbsupport/ChangeLog | 4 ++++ gdbsupport/gdb-sigmask.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gdbsupport') diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog index b071049..194811e 100644 --- a/gdbsupport/ChangeLog +++ b/gdbsupport/ChangeLog @@ -1,3 +1,7 @@ +2020-04-28 Tankut Baris Aktemur + + * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask). + 2020-04-27 Simon Marchi * common-defs.h: Include cstdlib.h. diff --git a/gdbsupport/gdb-sigmask.h b/gdbsupport/gdb-sigmask.h index cd58c54..91d84db 100644 --- a/gdbsupport/gdb-sigmask.h +++ b/gdbsupport/gdb-sigmask.h @@ -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 */ -- cgit v1.1