docs/user: Fix typo.

This commit is contained in:
Augustin Cavalier 2024-01-08 14:07:53 -05:00
parent 12bba3817d
commit 1322e37a03
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
*/
/*!
\page synchrnization_primitives Synchronization primitives
\page synchronization_primitives Synchronization primitives
In userspace code, there are many way to synchronize threads with each other. Pthreads provide
mutexes and condition variables. The Be API provides BLocker. There are also atomic functions