svn commit: r284493 - stable/10/lib/libthr/thread

Konstantin Belousov kib at FreeBSD.org
Wed Jun 17 04:18:31 UTC 2015


Author: kib
Date: Wed Jun 17 04:18:30 2015
New Revision: 284493
URL: https://svnweb.freebsd.org/changeset/base/284493

Log:
  MFC r284385:
  Fix typo in comment.

Modified:
  stable/10/lib/libthr/thread/thr_sig.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libthr/thread/thr_sig.c
==============================================================================
--- stable/10/lib/libthr/thread/thr_sig.c	Wed Jun 17 03:23:45 2015	(r284492)
+++ stable/10/lib/libthr/thread/thr_sig.c	Wed Jun 17 04:18:30 2015	(r284493)
@@ -293,8 +293,8 @@ check_cancel(struct pthread *curthread, 
 	 * 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


More information about the svn-src-stable-10 mailing list