Skip to content

Commit

Permalink
Documentation: nommu-map: Fix duplicate word typo
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
merge authored and Jonathan Corbet committed Jun 26, 2018
1 parent cccd289 commit 83d4fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/nommu-mmap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83d4fcb

Please sign in to comment.