Skip to content

Commit

Permalink
doc: fix typos in mutex
Browse files Browse the repository at this point in the history
Fixes typos in mutex documentation accidentally introduced by #31855.

Signed-off-by: Lauren Murphy <[email protected]>
  • Loading branch information
laurenmurphyx64 authored and nashif committed Feb 4, 2021
1 parent 17f1e4b commit ca742c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/reference/kernel/synchronization/mutexes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ API Reference
:project: Zephyr

Futex API Reference
*********************************
*******************

k_futex is a lightweight mutual exclusion primitive designed to minimize
kernel involvement. Uncontended operation relies only on atomic access
Expand All @@ -180,7 +180,7 @@ management mechanism.
:project: Zephyr

User Mode Mutex API Reference
*********************************
*****************************

sys_mutex behaves almost exactly like k_mutex, with the added advantage
that a sys_mutex instance can reside in user memory. When user mode isn't
Expand Down

0 comments on commit ca742c7

Please sign in to comment.