Date: Sun, 8 Mar 2020 16:55:34 +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-11@freebsd.org Subject: svn commit: r358743 - stable/11/lib/libc/sys Message-ID: <202003081655.028GtZEG053785@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003081655.028GtZEG053785>