diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-03-20 21:04:30 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-03-21 08:16:58 -0400 |
commit | df5cbb27836ff6a6c807f9030ca536403fc674d2 (patch) | |
tree | e1eb49b184015e9a0b92a28193c41f60163fb14e /Documentation/vm | |
parent | 2509671dcf6314635592f8eb84ef4793fce11a07 (diff) |
doc: fix double words
Fix double words "the the" in various files
within Documentations.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/vm')
-rw-r--r-- | Documentation/vm/unevictable-lru.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/unevictable-lru.txt b/Documentation/vm/unevictable-lru.txt index a68db7692ee8..744f82f86c58 100644 --- a/Documentation/vm/unevictable-lru.txt +++ b/Documentation/vm/unevictable-lru.txt | |||
@@ -453,7 +453,7 @@ putback_lru_page() function to add migrated pages back to the LRU. | |||
453 | mmap(MAP_LOCKED) SYSTEM CALL HANDLING | 453 | mmap(MAP_LOCKED) SYSTEM CALL HANDLING |
454 | ------------------------------------- | 454 | ------------------------------------- |
455 | 455 | ||
456 | In addition the the mlock()/mlockall() system calls, an application can request | 456 | In addition the mlock()/mlockall() system calls, an application can request |
457 | that a region of memory be mlocked supplying the MAP_LOCKED flag to the mmap() | 457 | that a region of memory be mlocked supplying the MAP_LOCKED flag to the mmap() |
458 | call. Furthermore, any mmap() call or brk() call that expands the heap by a | 458 | call. Furthermore, any mmap() call or brk() call that expands the heap by a |
459 | task that has previously called mlockall() with the MCL_FUTURE flag will result | 459 | task that has previously called mlockall() with the MCL_FUTURE flag will result |