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

@ -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.
*