aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/power/userland-swsusp.txt
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-11-08 03:54:51 -0500
committerJonathan Corbet <corbet@lwn.net>2014-11-08 09:15:14 -0500
commit1f999d14fc7f772fbdd19151ebe5ee081f53dd49 (patch)
tree3b486ac3b990618d97635d5a2689ac56052a98f9 /Documentation/power/userland-swsusp.txt
parentc0d7305cb3e5e77dba822706e21898314e893fb7 (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.txt2
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
99The device's read() operation can be used to transfer the snapshot image from 99The device's read() operation can be used to transfer the snapshot image from
100the kernel. It has the following limitations: 100the 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