Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Mar 2020 15:51:44 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r358675 - head/lib/libc/sys
Message-ID:  <202003051551.025Fpin4098811@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003051551.025Fpin4098811>