sched/*/*spinlock.c: Fix some typos.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche
2021-07-24 15:17:56 +02:00
committed by Xiang Xiao
parent d178ff8a02
commit de68507f84
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
*
* This implementation is non-reentrant and is prone to deadlocks in
* the case that any logic on the same CPU attempts to take the lock
* more than one
* more than once.
*
* Input Parameters:
* lock - A reference to the spinlock object to lock.