Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 04:18:31 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r284493 - stable/10/lib/libthr/thread
Message-ID:  <201506170418.t5H4IV0e019028@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506170418.t5H4IV0e019028>