diff options
author | Masanari Iida <standby24x7@gmail.com> | 2017-01-24 21:45:15 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-01-26 15:25:41 -0700 |
commit | 8da9704c8bb7d4b0a2b051a5a7eda9b049f5f766 (patch) | |
tree | bada30d98a2fc59350942db78add2429e71a2b7f /Documentation/vm | |
parent | 5a0bc578e0723b71ecb19f5796d0b0f937785d92 (diff) | |
download | linux-stable-8da9704c8bb7d4b0a2b051a5a7eda9b049f5f766.tar.gz linux-stable-8da9704c8bb7d4b0a2b051a5a7eda9b049f5f766.tar.bz2 linux-stable-8da9704c8bb7d4b0a2b051a5a7eda9b049f5f766.zip |
Doc: Fix double words in Documentation
This patch fix some double words found in Documentation.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/vm')
-rw-r--r-- | Documentation/vm/transhuge.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/transhuge.txt b/Documentation/vm/transhuge.txt index c4171e4519c2..f2e739545e74 100644 --- a/Documentation/vm/transhuge.txt +++ b/Documentation/vm/transhuge.txt @@ -296,7 +296,7 @@ thp_split_page is incremented every time a huge page is split into base reason is that a huge page is old and is being reclaimed. This action implies splitting all PMD the page mapped with. -thp_split_page_failed is is incremented if kernel fails to split huge +thp_split_page_failed is incremented if kernel fails to split huge page. This can happen if the page was pinned by somebody. thp_deferred_split_page is incremented when a huge page is put onto split |