Fix typos reported by codespell

This commit is contained in:
Gustavo Henrique Nihei
2021-02-25 09:48:46 -03:00
committed by Xiang Xiao
parent b9f231cdca
commit 76acb32e29
24 changed files with 37 additions and 36 deletions
+2 -2
View File
@@ -157,9 +157,9 @@ int nxtask_exit(void)
#ifdef CONFIG_SMP
/* NOTE:
* During nxtask_terminate(), enter_critical_section() will be called
* to deallocate tcb. However, this would aquire g_cpu_irqlock if
* to deallocate tcb. However, this would acquire g_cpu_irqlock if
* rtcb->irqcount = 0, event though we are in critical section.
* To prevent from aquiring, increment rtcb->irqcount here.
* To prevent from acquiring, increment rtcb->irqcount here.
*/
rtcb->irqcount++;