everywhere: fix typos
Fix a lot of typos Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
This commit is contained in:
parent
3b576fc688
commit
f483b1bc4c
757 changed files with 1284 additions and 1284 deletions
|
@ -55,7 +55,7 @@ void arch_new_thread(struct k_thread *thread, k_thread_stack_t *stack,
|
|||
* Following the RISC-V architecture,
|
||||
* the MSTATUS register (used to globally enable/disable interrupt),
|
||||
* as well as the MEPC register (used to by the core to save the
|
||||
* value of the program counter at which an interrupt/exception occcurs)
|
||||
* value of the program counter at which an interrupt/exception occurs)
|
||||
* need to be saved on the stack, upon an interrupt/exception
|
||||
* and restored prior to returning from the interrupt/exception.
|
||||
* This shall allow to handle nested interrupts.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue