clk: samsung: exynos5433: Add clocks for CMU_HEVC domain
[firefly-linux-kernel-4.4.55.git] / Documentation / power / suspend-and-interrupts.txt
index 69663640dea51597ed2cc4243675aa655e3f0a76..2f9c5a5fcb25ff2d91aa196123952b01d0908e34 100644 (file)
@@ -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).