The branch stable/14 has been updated by gbe:

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

commit 9509e32f9e33bccf1899ebc2638a1c4cf0b43a65
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2024-01-20 16:26:34 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2024-01-23 06:40:33 +0000

    _umtx_op.2: Fix a typo in the manual page
    
    - s/interpeted/interpreted/
    
    (cherry picked from commit b2ec175fcaac90fc6a1caf066656eaa092f32611)
---
 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

Reply via email to