Skip to content

Commit

Permalink
documentation/smp: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Petrolo <[email protected]>
  • Loading branch information
Vincenzo-Petrolo authored and dbaluta committed Jan 11, 2021
1 parent 8724c49 commit 44dd0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/teaching/lectures/smp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ the two:
* They have a higher latency than spin locks

Conceptually, the :c:func:`mutex_lock` operation is relatively simple:
if the mutex is not acquired we an take the fast path via an atomic
if the mutex is not acquired we can take the fast path via an atomic
exchange operation:


Expand Down Expand Up @@ -923,7 +923,7 @@ mutex debugging for locking dependency engine debug feature.


The :c:func:`mutex_unlock` operation is symmetric: if there are no
waiters on the mutex then we an take the fast path via an atomic exchange
waiters on the mutex then we can take the fast path via an atomic exchange
operation:

.. slide:: :c:func:`mutex_unlock` fast path
Expand Down

0 comments on commit 44dd0a9

Please sign in to comment.