Merge tag 'linux-watchdog-5.10-rc1' of git://www.linux-watchdog.org/linux-watchdog
[linux-2.6-microblaze.git] / mm / swap_state.c
index aa40e70..ee46582 100644 (file)
@@ -246,7 +246,7 @@ int add_to_swap(struct page *page)
                goto fail;
        /*
         * Normally the page will be dirtied in unmap because its pte should be
-        * dirty. A special case is MADV_FREE page. The page'e pte could have
+        * dirty. A special case is MADV_FREE page. The page's pte could have
         * dirty bit cleared but the page's SwapBacked bit is still set because
         * clearing the dirty bit and SwapBacked bit has no lock protected. For
         * such page, unmap will not set dirty bit for it, so page reclaim will