summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorsnj <snj@NetBSD.org>2008-10-19 21:27:46 +0000
committersnj <snj@NetBSD.org>2008-10-19 21:27:46 +0000
commit682ea0e2b3cce0c38538dfbe83592e59e66c9f98 (patch)
tree2af99e3a1533ff651c65704c7792032d17ba61ba /lib/libpthread
parente4036a331d50f440da3c03fb306e9bf5204f5a41 (diff)
s/explicitely/explicitly/
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/pthread_attr.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_attr.3 b/lib/libpthread/pthread_attr.3
index 2c2667e6271..60c04ab7195 100644
--- a/lib/libpthread/pthread_attr.3
+++ b/lib/libpthread/pthread_attr.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: pthread_attr.3,v 1.7 2008/05/04 19:43:05 martin Exp $
+.\" $NetBSD: pthread_attr.3,v 1.8 2008/10/19 21:27:46 snj Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -147,7 +147,7 @@ and
are mutually exclusive and must be one of:
.Bl -tag -width xxxxxxxx
.It Dv PTHREAD_CREATE_JOINABLE
-The threads must explicitely be waited for using the
+The threads must explicitly be waited for using the
.Fn pthread_join
function once they exit for their status to be received and their resources
to be freed.