We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f9a0e commit 3e0de27Copy full SHA for 3e0de27
kernel/sched/idle.c
@@ -158,7 +158,7 @@ static void cpuidle_idle_call(void)
158
/*
159
* Suspend-to-idle ("s2idle") is a system state in which all user space
160
* has been frozen, all I/O devices have been suspended and the only
161
- * activity happens here and in iterrupts (if any). In that case bypass
+ * activity happens here and in interrupts (if any). In that case bypass
162
* the cpuidle governor and go stratight for the deepest idle state
163
* available. Possibly also suspend the local tick and the entire
164
* timekeeping to prevent timer interrupts from kicking us out of idle
0 commit comments