svn commit: r358675 - head/lib/libc/sys

Ed Maste emaste at FreeBSD.org
Thu Mar 5 15:51:45 UTC 2020


Author: emaste
Date: Thu Mar  5 15:51:44 2020
New Revision: 358675
URL: https://svnweb.freebsd.org/changeset/base/358675

Log:
  umtx_op.2: correct typo
  
  PR:		244611
  Submitted by:	John F. Carr <jfc at mit.edu>
  MFC after:	3 days

Modified:
  head/lib/libc/sys/_umtx_op.2

Modified: head/lib/libc/sys/_umtx_op.2
==============================================================================
--- head/lib/libc/sys/_umtx_op.2	Thu Mar  5 14:52:24 2020	(r358674)
+++ head/lib/libc/sys/_umtx_op.2	Thu Mar  5 15:51:44 2020	(r358675)
@@ -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.


More information about the svn-src-head mailing list