Fix typo in irq.rs

This commit is contained in:
bjorn3
2024-02-25 14:30:47 +01:00
parent 3610dd7e03
commit c1d0c11a1b
+1 -1
View File
@@ -168,7 +168,7 @@ interrupt_stack!(pit_stack, |_stack| {
// Any better way of doing this?
timeout::trigger();
// Switch after a sufficent amount of time since the last switch.
// Switch after a sufficient amount of time since the last switch.
context::switch::tick();
});