diff options
author | Hui Su <sh_def@163.com> | 2020-10-13 16:56:49 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-10-13 18:38:34 -0700 |
commit | 01c4776ba08ca9ab8cf58fb27d311868193dd368 (patch) | |
tree | 7bbf3b0f48052ed3ef5a17aecbe30f31c7993f36 /mm/vmscan.c | |
parent | 069c411de40a621c82efd2618663fee51d8c59b8 (diff) | |
download | linux-01c4776ba08ca9ab8cf58fb27d311868193dd368.tar.gz linux-01c4776ba08ca9ab8cf58fb27d311868193dd368.tar.bz2 linux-01c4776ba08ca9ab8cf58fb27d311868193dd368.zip |
mm/vmscan: fix comments for isolate_lru_page()
fix comments for isolate_lru_page():
s/fundamentnal/fundamental
Signed-off-by: Hui Su <sh_def@163.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Link: https://lkml.kernel.org/r/20200927173923.GA8058@rlk
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/vmscan.c')
-rw-r--r-- | mm/vmscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c index f134db6478d3..879fb57c5045 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. |