From f8bd6ef5beff626001bcd1e8af652a5d043df593 Mon Sep 17 00:00:00 2001 From: kib Date: Wed, 17 Jun 2015 04:18:30 +0000 Subject: MFC r284385: Fix typo in comment. --- lib/libthr/thread/thr_sig.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libthr') diff --git a/lib/libthr/thread/thr_sig.c b/lib/libthr/thread/thr_sig.c index 11a131c..a6d021f 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 -- cgit v1.1