aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/nommu-mmap.txt
diff options
context:
space:
mode:
authorMartin Kepplinger <martink@posteo.de>2018-06-22 09:32:11 +0200
committerJonathan Corbet <corbet@lwn.net>2018-06-26 09:01:27 -0600
commit83d4fcb3a0b36aafb0c9c1c625782a9db561f339 (patch)
tree7ea0b153d89cd0dd3d4b184cbec4fb586c2d7c81 /Documentation/nommu-mmap.txt
parentDocumentation/process: fix reST table border error (diff)
downloadlinux-dev-83d4fcb3a0b36aafb0c9c1c625782a9db561f339.tar.xz
linux-dev-83d4fcb3a0b36aafb0c9c1c625782a9db561f339.zip
Documentation: nommu-map: Fix duplicate word typo
Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/nommu-mmap.txt')
-rw-r--r--Documentation/nommu-mmap.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/nommu-mmap.txt b/Documentation/nommu-mmap.txt
index 69556f0d494b..530fed08de2c 100644
--- a/Documentation/nommu-mmap.txt
+++ b/Documentation/nommu-mmap.txt
@@ -47,7 +47,7 @@ and it's also much more restricted in the latter case:
appropriate mapping protection capabilities. Ramfs, romfs, cramfs
and mtd might all permit this.
- - If the backing device device can't or won't permit direct sharing,
+ - If the backing device can't or won't permit direct sharing,
but does have the NOMMU_MAP_COPY capability, then a copy of the
appropriate bit of the file will be read into a contiguous bit of
memory and any extraneous space beyond the EOF will be cleared