Skip to content

Commit dbc9798

Browse files
committed
documentation: interrupts: Improve wording
1 parent 874a2ce commit dbc9798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/teaching/lectures/interrupts.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ checks are not put into place. Currently, the Linux kernel does not allow
819819
running soft irqs for more than :c:macro:`MAX_SOFTIRQ_TIME` or rescheduling for
820820
more than :c:macro:`MAX_SOFTIRQ_RESTART` consecutive times.
821821

822-
Once these limits are reached a special kernel thread, **ksoftirqd** is wake-up
822+
Once these limits are reached a special kernel thread, **ksoftirqd** is woken up
823823
and all of the rest of pending soft irqs will be run from the context of this
824824
kernel thread.
825825

0 commit comments

Comments
 (0)