svn commit: r358742 - stable/12/lib/libc/sys

Ed Maste emaste at FreeBSD.org
Sun Mar 8 16:54:56 UTC 2020


Author: emaste
Date: Sun Mar  8 16:54:55 2020
New Revision: 358742
URL: https://svnweb.freebsd.org/changeset/base/358742

Log:
  umtx_op.2: correct typo
  
  PR:		244611

Modified:
  stable/12/lib/libc/sys/_umtx_op.2
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/lib/libc/sys/_umtx_op.2
==============================================================================
--- stable/12/lib/libc/sys/_umtx_op.2	Sun Mar  8 16:53:46 2020	(r358741)
+++ stable/12/lib/libc/sys/_umtx_op.2	Sun Mar  8 16:54:55 2020	(r358742)
@@ -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-stable mailing list