commit 52248cc8fdfde5ed24e095b9a977e48df943972c
parent 633f6a73abb4d28ed14bd182e267d1866d99d515
Author: oblique <psyberbits@gmail.com>
Date: Mon, 25 Feb 2013 00:45:24 +0200
fix a typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/spinlock.h b/include/spinlock.h
@@ -16,7 +16,7 @@ spinlock_lock(spinlock_t *sl)
"1: \n\t"
"ldrex v1, [%0] \n\t"
"teq v1, #0 \n\t"
- /* wait for event if it's lock */
+ /* wait for event if it's locked */
"wfene \n\t"
"bne 1b \n\t"
"strex v1, %1, [%0] \n\t"