From af01cf70eb747a54ed7bc377f573ec530c16b186 Mon Sep 17 00:00:00 2001 From: Zaggy1024 Date: Mon, 14 Aug 2023 19:16:35 -0500 Subject: [PATCH] Base: Fix a typo in the `futex()` documentation --- Base/usr/share/man/man2/futex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/usr/share/man/man2/futex.md b/Base/usr/share/man/man2/futex.md index b53f832a37..bd07eb9e4f 100644 --- a/Base/usr/share/man/man2/futex.md +++ b/Base/usr/share/man/man2/futex.md @@ -177,7 +177,7 @@ public: The name "futex" stands for "fast userspace mutex". -The `futex()` system call originally apeared in Linux. Since then, many other +The `futex()` system call originally appeared in Linux. Since then, many other kernels implemented support for futex-like operations, under various names, in particular: * Darwin (XNU) has private `ulock_wait()` and `ulock_wake()` API;