File tree 1 file changed +2
-2
lines changed
Documentation/teaching/lectures
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -853,7 +853,7 @@ the two:
853
853
* They have a higher latency than spin locks
854
854
855
855
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
857
857
exchange operation:
858
858
859
859
@@ -923,7 +923,7 @@ mutex debugging for locking dependency engine debug feature.
923
923
924
924
925
925
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
927
927
operation:
928
928
929
929
.. slide :: :c:func:`mutex_unlock` fast path
You can’t perform that action at this time.
0 commit comments