diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-11-08 03:54:51 -0500 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2014-11-08 09:15:14 -0500 |
commit | 1f999d14fc7f772fbdd19151ebe5ee081f53dd49 (patch) | |
tree | 3b486ac3b990618d97635d5a2689ac56052a98f9 /Documentation/power/userland-swsusp.txt | |
parent | c0d7305cb3e5e77dba822706e21898314e893fb7 (diff) |
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/userland-swsusp.txt')
-rw-r--r-- | Documentation/power/userland-swsusp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/power/userland-swsusp.txt b/Documentation/power/userland-swsusp.txt index 0e870825c1b9..bbfcd1bbedc5 100644 --- a/Documentation/power/userland-swsusp.txt +++ b/Documentation/power/userland-swsusp.txt | |||
@@ -99,7 +99,7 @@ SNAPSHOT_S2RAM - suspend to RAM; using this call causes the kernel to | |||
99 | The device's read() operation can be used to transfer the snapshot image from | 99 | The device's read() operation can be used to transfer the snapshot image from |
100 | the kernel. It has the following limitations: | 100 | the kernel. It has the following limitations: |
101 | - you cannot read() more than one virtual memory page at a time | 101 | - you cannot read() more than one virtual memory page at a time |
102 | - read()s across page boundaries are impossible (ie. if ypu read() 1/2 of | 102 | - read()s across page boundaries are impossible (ie. if you read() 1/2 of |
103 | a page in the previous call, you will only be able to read() | 103 | a page in the previous call, you will only be able to read() |
104 | _at_ _most_ 1/2 of the page in the next call) | 104 | _at_ _most_ 1/2 of the page in the next call) |
105 | 105 | ||