svn commit: r358743 - stable/11/lib/libc/sys

Ed Maste emaste at FreeBSD.org
Sun Mar 8 16:55:35 UTC 2020


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

Log:
  MFC r358675: umtx_op.2: correct typo
  
  PR:		244611

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

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