diff --git a/soc/posix/inf_clock/soc.c b/soc/posix/inf_clock/soc.c index 20c17370167..503fc173e10 100644 --- a/soc/posix/inf_clock/soc.c +++ b/soc/posix/inf_clock/soc.c @@ -13,7 +13,7 @@ * the HW models. * * 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 * whatever Zephyr thread may follow. Again, once Zephyr is done, control is * given back to the HW models.