fix: Correct typo in error log

main
Sean McBride 4 years ago
parent eb4e5b276a
commit d92fc7e8e4

@ -165,7 +165,7 @@ static inline void
software_interrupt_validate_worker()
{
#ifndef NDEBUG
if (!runtime_is_worker()) panic("A non-worker thread received has unexpectedly received a signal!");
if (!runtime_is_worker()) panic("A non-worker thread has unexpectedly received a signal!");
#endif
}

Loading…
Cancel
Save