Date: Sun, 8 Mar 2020 16:54:56 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r358742 - stable/12/lib/libc/sys Message-ID: <202003081654.028GsuSl053656@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003081654.028GsuSl053656>