Fix a typo.

This commit is contained in:
Don Lewis 2003-07-16 08:22:47 +00:00
parent 076c2f950a
commit a05a3d4320
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117670

View File

@ -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.