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.
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to