Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jan 2024 16:26:58 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b2ec175fcaac - main - _umtx_op.2: Fix a typo in the manual page
Message-ID:  <202401201626.40KGQwOM036019@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=b2ec175fcaac90fc6a1caf066656eaa092f32611

commit b2ec175fcaac90fc6a1caf066656eaa092f32611
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-01-20 16:26:34 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-20 16:26:34 +0000

    _umtx_op.2: Fix a typo in the manual page
    
    - s/interpeted/interpreted/
    
    MFC after:      3 days
---
 lib/libc/sys/_umtx_op.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/sys/_umtx_op.2 b/lib/libc/sys/_umtx_op.2
index 9c0f1f425e47..60f90c32ba35 100644
--- a/lib/libc/sys/_umtx_op.2
+++ b/lib/libc/sys/_umtx_op.2
@@ -424,7 +424,7 @@ regardless of the kind of backing memory.
 Only the address of the start byte of the variable specified as key is
 important for determining corresponding sleep queue.
 The size of the variable does not matter, so, for example, sleep on the same
-address interpeted as
+address interpreted as
 .Vt uint32_t
 and
 .Vt long



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