diff --git a/src/arch/x86/interrupt/irq.rs b/src/arch/x86/interrupt/irq.rs index a22eda3220..ab678b661e 100644 --- a/src/arch/x86/interrupt/irq.rs +++ b/src/arch/x86/interrupt/irq.rs @@ -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(); });