浏览代码

Merge pull request #807 from nannxnann/typo

Are these typos in linux-sync-4.md?
0xAX 2 年之前
父节点
当前提交
3fa3c31ea3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SyncPrim/linux-sync-4.md

+ 1 - 1
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);