aboutsummaryrefslogtreecommitdiff
path: root/Documentation/io-mapping.txt
diff options
context:
space:
mode:
authorXishi Qiu <qiuxishi@huawei.com>2013-11-06 13:18:19 -0800
committerJiri Kosina <jkosina@suse.cz>2013-12-02 14:48:28 +0100
commitd9a6ed1fa43859a5eb94725b6c9565f8cbd113ab (patch)
tree50b42f78569760cc2bb15cb96ba958adf7c524e5 /Documentation/io-mapping.txt
parentff18dd8f1c7579d8b013705877c9bf4260770822 (diff)
doc: fix some typos
Fix some typos in three documentations. Signed-off-by: Xishi Qiu <qiuxishi@huawei.com> Acked-by: Rob Landley <rob@landley.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/io-mapping.txt')
-rw-r--r--Documentation/io-mapping.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/io-mapping.txt b/Documentation/io-mapping.txt
index 473e43b2d588..5ca78426f54c 100644
--- a/Documentation/io-mapping.txt
+++ b/Documentation/io-mapping.txt
@@ -38,7 +38,7 @@ maps are more efficient:
void io_mapping_unmap_atomic(void *vaddr)
- 'vaddr' must be the the value returned by the last
+ 'vaddr' must be the value returned by the last
io_mapping_map_atomic_wc call. This unmaps the specified
page and allows the task to sleep once again.