Explorar o código

SyncPrim: Fix a typo: s/expnads/expands/

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
SeongJae Park %!s(int64=6) %!d(string=hai) anos
pai
achega
92b23c9ac3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SyncPrim/linux-sync-1.md

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

@@ -198,7 +198,7 @@ static __always_inline void spin_lock(spinlock_t *lock)
 }
 ```
 
-function which allows us to `acquire` a `spinlock`. The `raw_spin_lock` macro is defined in the same header file and expnads to the call of `_raw_spin_lock`:
+function which allows us to `acquire` a `spinlock`. The `raw_spin_lock` macro is defined in the same header file and expands to the call of `_raw_spin_lock`:
 
 ```C
 #define raw_spin_lock(lock)	_raw_spin_lock(lock)