umtx_op.2: correct typo

PR:		244611
Submitted by:	John F. Carr <jfc@mit.edu>
MFC after:	3 days
This commit is contained in:
Ed Maste 2020-03-05 15:51:44 +00:00
parent d4d63c8986
commit 0a052459e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=358675

View File

@ -99,7 +99,7 @@ The constants are defined for special values:
.It Dv UMUTEX_UNOWNED
Zero, the value stored in the unowned lock.
.It Dv UMUTEX_CONTESTED
The contenion indicator.
The contention indicator.
.It Dv UMUTEX_RB_OWNERDEAD
A thread owning the robust mutex terminated.
The mutex is in unlocked state.