diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-04-25 06:07:03 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-05-09 06:15:13 -0400 |
commit | c72a0ded8d4ac9d99c04200035bbfcc82e15842c (patch) | |
tree | 877bf1948eaba02460019bb6bb67f09b21b12155 | |
parent | 75bc37fefc4471e718ba8e651aa74673d4e0a9eb (diff) |
PM: docs: sleep-states: Fix a typo ("includig")
Fix a typo in admin-guide/pm/sleep-states.rst.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | Documentation/admin-guide/pm/sleep-states.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/pm/sleep-states.rst b/Documentation/admin-guide/pm/sleep-states.rst index 1e5c0f00cb2f..dbf5acd49f35 100644 --- a/Documentation/admin-guide/pm/sleep-states.rst +++ b/Documentation/admin-guide/pm/sleep-states.rst | |||
@@ -15,7 +15,7 @@ Sleep States That Can Be Supported | |||
15 | ================================== | 15 | ================================== |
16 | 16 | ||
17 | Depending on its configuration and the capabilities of the platform it runs on, | 17 | Depending on its configuration and the capabilities of the platform it runs on, |
18 | the Linux kernel can support up to four system sleep states, includig | 18 | the Linux kernel can support up to four system sleep states, including |
19 | hibernation and up to three variants of system suspend. The sleep states that | 19 | hibernation and up to three variants of system suspend. The sleep states that |
20 | can be supported by the kernel are listed below. | 20 | can be supported by the kernel are listed below. |
21 | 21 | ||