boards: posix: Fix a typo

It's a trivial fix for a typo in the comment.

Signed-off-by: Yasushi SHOJI <y-shoji@ispace-inc.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Yasushi SHOJI 2019-12-20 00:14:06 +09:00 committed by Anas Nashif
commit db74b949b0
2 changed files with 2 additions and 2 deletions

View file

@ -238,7 +238,7 @@ static void irq_raising_from_hw_now(void)
}
/**
* Set/Raise an interrupt inmediately.
* Set/Raise an interrupt immediately.
* Like hw_irq_ctrl_set_irq() but awake immediately the CPU instead of in
* 1 delta cycle
*

View file

@ -14,7 +14,7 @@
*
* The HW models raising an interrupt will "awake the cpu" by calling
* 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 context. After which a arch_swap() to
* whatever Zephyr thread may follow. Again, once Zephyr is done, control is
* given back to the HW models.
*