diff --git a/SyncPrim/linux-sync-4.md b/SyncPrim/linux-sync-4.md index 8e9763c..f97c5f3 100644 --- a/SyncPrim/linux-sync-4.md +++ b/SyncPrim/linux-sync-4.md @@ -205,7 +205,7 @@ exit: return; ``` -For this moment he implementation of the `__mutex_fastpath_lock` function looks pretty easy. But the value of the `mutex->counter` may be negative after increment. In this case the: +For this moment the implementation of the `__mutex_fastpath_lock` function looks pretty easy. But the value of the `mutex->counter` may be negative after decrement. In this case the: ```C fail_fn(v);