Base: Fix a typo in the futex() documentation

This commit is contained in:
Zaggy1024 2023-08-14 19:16:35 -05:00 committed by Tim Flynn
parent 4e49aee545
commit af01cf70eb
Notes: sideshowbarker 2024-07-16 23:05:02 +09:00

View file

@ -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;