soc: posix: Fix function name typo
It's a trivial fix for a typo in the comment. Signed-off-by: Yasushi SHOJI <y-shoji@ispace-inc.com>
This commit is contained in:
parent
2071c2fb7a
commit
d5fcf366ee
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
* the HW models.
|
* the HW models.
|
||||||
*
|
*
|
||||||
* The HW models raising an interrupt will "awake the cpu" by calling
|
* The HW models raising an interrupt will "awake the cpu" by calling
|
||||||
* poisix_interrupt_raised() which will transfer control to the irq handler,
|
* posix_interrupt_raised() which will transfer control to the irq handler,
|
||||||
* which will run inside SW/Zephyr contenxt. After which a arch_swap() to
|
* which will run inside SW/Zephyr contenxt. After which a arch_swap() to
|
||||||
* whatever Zephyr thread may follow. Again, once Zephyr is done, control is
|
* whatever Zephyr thread may follow. Again, once Zephyr is done, control is
|
||||||
* given back to the HW models.
|
* given back to the HW models.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue