arch/: Trivial typos, mostly "their is" to "there is"

This commit is contained in:
Ouss4
2020-09-09 18:56:35 +01:00
committed by hartmannathan
parent 8f6b2f6948
commit 06ca12e6b9
42 changed files with 53 additions and 55 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
* Name: up_idle
*
* Description:
* up_idle() is the logic that will be executed when their is no other
* up_idle() is the logic that will be executed when there is no other
* ready-to-run task. This is processor idle time and will continue until
* some interrupt occurs to cause a context switch from the idle task.
*