Skip to content

Commit fac865c

Browse files
Vincenzo-Petrolodbaluta
authored andcommitted
documentation/smp: Fix typo
Signed-off-by: Vincenzo Petrolo <[email protected]>
1 parent ad5757e commit fac865c

File tree

1 file changed

+2
-2
lines changed
  • Documentation/teaching/lectures

1 file changed

+2
-2
lines changed

Documentation/teaching/lectures/smp.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ the two:
853853
* They have a higher latency than spin locks
854854

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

859859

@@ -923,7 +923,7 @@ mutex debugging for locking dependency engine debug feature.
923923

924924

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

929929
.. slide:: :c:func:`mutex_unlock` fast path

0 commit comments

Comments
 (0)