aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2015-06-14 19:19:46 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2015-06-14 19:19:46 +0000
commitc5e7289c10110af46e4b86f5698a56527ab96609 (patch)
tree5a4ed70b9613715e9aed2ee4eb490f6ad370a48a /lib/libthr
parent8e4844dc49984bc3d92b3758fa6c7efff71fe0ef (diff)
downloadsrc-c5e7289c10110af46e4b86f5698a56527ab96609.tar.gz
src-c5e7289c10110af46e4b86f5698a56527ab96609.zip
Fix typo in comment.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=284385
Diffstat (limited to 'lib/libthr')
-rw-r--r--lib/libthr/thread/thr_sig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libthr/thread/thr_sig.c b/lib/libthr/thread/thr_sig.c
index 11a131c1c5a4..a6d021fed31d 100644
--- a/lib/libthr/thread/thr_sig.c
+++ b/lib/libthr/thread/thr_sig.c
@@ -293,8 +293,8 @@ check_cancel(struct pthread *curthread, ucontext_t *ucp)
* 2) because _thr_ast() may be called by
* THR_CRITICAL_LEAVE() which is used by rtld rwlock
* and any libthr internal locks, when rtld rwlock
- * is used, it is mostly caused my an unresolved PLT.
- * those routines may clear the TDP_WAKEUP flag by
+ * is used, it is mostly caused by an unresolved PLT.
+ * Those routines may clear the TDP_WAKEUP flag by
* invoking some system calls, in those cases, we
* also should reenable the flag.
* 3) thread is in sigsuspend(), and the syscall insists