git: df6f381ac6d9 - stable/13 - _umtx_op.2: Fix a typo in the manual page

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 23 Jan 2024 06:48:15 UTC
The branch stable/13 has been updated by gbe:

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

commit df6f381ac6d9a92a146cc2cb36e403dbc9bd1f7e
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-01-20 16:26:34 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-23 06:47:54 +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