Author: kib
Date: Sun Jun 14 19:19:46 2015
New Revision: 284385
URL: https://svnweb.freebsd.org/changeset/base/284385

Log:
  Fix typo in comment.
  
  MFC after:    3 days

Modified:
  head/lib/libthr/thread/thr_sig.c

Modified: head/lib/libthr/thread/thr_sig.c
==============================================================================
--- head/lib/libthr/thread/thr_sig.c    Sun Jun 14 17:48:44 2015        
(r284384)
+++ head/lib/libthr/thread/thr_sig.c    Sun Jun 14 19:19:46 2015        
(r284385)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to