Date: Sun, 27 Dec 2015 01:14:42 +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: r292763 - head/lib/libthr/thread Message-ID: <201512270114.tBR1EgHc040502@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Sun Dec 27 01:14:42 2015 New Revision: 292763 URL: https://svnweb.freebsd.org/changeset/base/292763 Log: Typo. Modified: head/lib/libthr/thread/thr_fork.c Modified: head/lib/libthr/thread/thr_fork.c ============================================================================== --- head/lib/libthr/thread/thr_fork.c Sun Dec 27 00:42:13 2015 (r292762) +++ head/lib/libthr/thread/thr_fork.c Sun Dec 27 01:14:42 2015 (r292763) @@ -209,7 +209,7 @@ __thr_fork(void) /* reinitalize library. */ _libpthread_init(curthread); - /* atfork is reinitializeded by _libpthread_init()! */ + /* atfork is reinitialized by _libpthread_init()! */ _thr_rwl_rdlock(&_thr_atfork_lock); if (was_threaded) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512270114.tBR1EgHc040502>