diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-10-22 17:26:53 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-10-23 01:11:04 +0300 |
commit | 94ebdd28fcab7ef1484cd98f4a8e8426fe207994 (patch) | |
tree | 49553999c4c115a66a959c70c44fc80a83ee7c48 /Documentation/vm/page_migration.rst | |
parent | 030f066f677f297033772dcdce9538b968fbeb14 (diff) | |
download | linux-94ebdd28fcab7ef1484cd98f4a8e8426fe207994.tar.xz |
docs/vm: trivial fixes to several spelling mistakes
Fix several spelling mistakes in vm documentation.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20201022142653.254429-1-colin.king@canonical.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/vm/page_migration.rst')
-rw-r--r-- | Documentation/vm/page_migration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/page_migration.rst b/Documentation/vm/page_migration.rst index 91a98a6b43bb..db9d7e5539cb 100644 --- a/Documentation/vm/page_migration.rst +++ b/Documentation/vm/page_migration.rst @@ -99,7 +99,7 @@ Steps: 2. Ensure that writeback is complete. 3. Lock the new page that we want to move to. It is locked so that accesses to - this (not yet uptodate) page immediately block while the move is in progress. + this (not yet up-to-date) page immediately block while the move is in progress. 4. All the page table references to the page are converted to migration entries. This decreases the mapcount of a page. If the resulting |