summaryrefslogtreecommitdiff
path: root/Documentation/power/suspend-and-interrupts.txt
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-11-08 08:54:51 (GMT)
committerJonathan Corbet <corbet@lwn.net>2014-11-08 14:15:14 (GMT)
commit1f999d14fc7f772fbdd19151ebe5ee081f53dd49 (patch)
tree3b486ac3b990618d97635d5a2689ac56052a98f9 /Documentation/power/suspend-and-interrupts.txt
parentc0d7305cb3e5e77dba822706e21898314e893fb7 (diff)
downloadlinux-1f999d14fc7f772fbdd19151ebe5ee081f53dd49.tar.xz
Documentation: power: Fix typo in Documentation/power
This patch fix spelling typos found in Documentation/power. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/power/suspend-and-interrupts.txt')
-rw-r--r--Documentation/power/suspend-and-interrupts.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/power/suspend-and-interrupts.txt b/Documentation/power/suspend-and-interrupts.txt
index 6966364..2f9c5a5 100644
--- a/Documentation/power/suspend-and-interrupts.txt
+++ b/Documentation/power/suspend-and-interrupts.txt
@@ -77,7 +77,7 @@ Calling enable_irq_wake() causes suspend_device_irqs() to treat the given IRQ
in a special way. Namely, the IRQ remains enabled, by on the first interrupt
it will be disabled, marked as pending and "suspended" so that it will be
re-enabled by resume_device_irqs() during the subsequent system resume. Also
-the PM core is notified about the event which casues the system suspend in
+the PM core is notified about the event which causes the system suspend in
progress to be aborted (that doesn't have to happen immediately, but at one
of the points where the suspend thread looks for pending wakeup events).