summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2015-12-27 01:14:42 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2015-12-27 01:14:42 +0000
commitd6717e1b51ce345a4ff29a944dbc633986fea422 (patch)
treec285beb17caed9c4e1e54b7b87f0ed41d11f5cb2
parente4e5904ffe184c4e8f086046880575da8a7d35e2 (diff)
Notes
-rw-r--r--lib/libthr/thread/thr_fork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_fork.c b/lib/libthr/thread/thr_fork.c
index 7dc8ca8bb7c3c..7256b68b7a3fa 100644
--- a/lib/libthr/thread/thr_fork.c
+++ b/lib/libthr/thread/thr_fork.c
@@ -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) {