Date: Sun, 14 Jun 2015 19:19:47 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284385 - head/lib/libthr/thread Message-ID: <201506141919.t5EJJlWP075493@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506141919.t5EJJlWP075493>