diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-11-08 09:54:51 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2014-11-08 15:15:14 +0100 |
commit | 1f999d14fc7f772fbdd19151ebe5ee081f53dd49 (patch) | |
tree | 3b486ac3b990618d97635d5a2689ac56052a98f9 /Documentation/power/userland-swsusp.txt | |
parent | Documentation: vm: Add 1GB large page support information (diff) | |
download | linux-1f999d14fc7f772fbdd19151ebe5ee081f53dd49.tar.xz linux-1f999d14fc7f772fbdd19151ebe5ee081f53dd49.zip |
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 The device's read() operation can be used to transfer the snapshot image from the kernel. It has the following limitations: - you cannot read() more than one virtual memory page at a time -- read()s across page boundaries are impossible (ie. if ypu read() 1/2 of +- read()s across page boundaries are impossible (ie. if you read() 1/2 of a page in the previous call, you will only be able to read() _at_ _most_ 1/2 of the page in the next call) |