From: Hui Su Date: Tue, 13 Oct 2020 23:56:49 +0000 (-0700) Subject: mm/vmscan: fix comments for isolate_lru_page() X-Git-Tag: v5.10-rc1~156^2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01c4776ba08ca9ab8cf58fb27d311868193dd368;p=thirdparty%2Fkernel%2Flinux.git mm/vmscan: fix comments for isolate_lru_page() fix comments for isolate_lru_page(): s/fundamentnal/fundamental Signed-off-by: Hui Su Signed-off-by: Andrew Morton Reviewed-by: Andrew Morton Link: https://lkml.kernel.org/r/20200927173923.GA8058@rlk Signed-off-by: Linus Torvalds --- diff --git a/mm/vmscan.c b/mm/vmscan.c index f134db6478d3f..879fb57c50456 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@ -1754,7 +1754,7 @@ static unsigned long isolate_lru_pages(unsigned long nr_to_scan, * Restrictions: * * (1) Must be called with an elevated refcount on the page. This is a - * fundamentnal difference from isolate_lru_pages (which is called + * fundamental difference from isolate_lru_pages (which is called * without a stable reference). * (2) the lru_lock must not be held. * (3) interrupts must be enabled.