瀏覽代碼

SyncPrim: Consistently wrap 'spinlock' with '`'

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
SeongJae Park 6 年之前
父節點
當前提交
5e190ae3b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SyncPrim/linux-sync-1.md

+ 1 - 1
SyncPrim/linux-sync-1.md

@@ -122,7 +122,7 @@ typedef struct qspinlock {
 } arch_spinlock_t;
 ```
 
-We will not stop on this structures for now. Let's look at the operations on a spinlock. The Linux kernel provides following main operations on a `spinlock`:
+We will not stop on this structures for now. Let's look at the operations on a `spinlock`. The Linux kernel provides following main operations on a `spinlock`:
 
 * `spin_lock_init` - produces initialization of the given `spinlock`;
 * `spin_lock` - acquires given `spinlock`;