]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
futex.2: tfix
authorDavide Benini <davide.benini@gmail.com>
Thu, 3 Mar 2022 14:08:02 +0000 (15:08 +0100)
committerAlejandro Colomar <alx.manpages@gmail.com>
Sun, 6 Mar 2022 17:39:09 +0000 (18:39 +0100)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man2/futex.2

index 6a3f451329c00eefcb298ad5e425ae1e23e20513..639994d91e2d525d4646fa12f916c9cc074b355c 100644 (file)
@@ -1857,7 +1857,7 @@ fwait(uint32_t *futexp)
 }
 
 /* Release the futex pointed to by \(aqfutexp\(aq: if the futex currently
-   has the value 0, set its value to 1 and the wake any futex waiters,
+   has the value 0, set its value to 1 and then wake any futex waiters,
    so that if the peer is blocked in fwait(), it can proceed. */
 
 static void