summaryrefslogtreecommitdiff
path: root/share/man/man9/mtx_pool.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/mtx_pool.9')
-rw-r--r--share/man/man9/mtx_pool.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/mtx_pool.9 b/share/man/man9/mtx_pool.9
index 2de487ed242d..a12e6d30cf10 100644
--- a/share/man/man9/mtx_pool.9
+++ b/share/man/man9/mtx_pool.9
@@ -79,7 +79,7 @@ are standard, non-recursive,
blockable mutexes, and should only be used in appropriate situations.
The mutexes in the
.Va mtxpool_lockbuilder
-mutex pool are similar except that are initialized with the MTX_NOWITNESS
+mutex pool are similar, except that they are initialized with the MTX_NOWITNESS
flag so that they may be used to build higher-level locks.
Other mutex pools may be created that contain mutexes with different
properties, such as spin mutexes.