mm/list_lru: fix a typo in comment "numbesr"->"numbers"
authorEthon Paul <ethp@qq.com>
Thu, 4 Jun 2020 23:49:19 +0000 (16:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Jun 2020 02:06:24 +0000 (19:06 -0700)
There is a typo in comment, fix it.

Signed-off-by: Ethon Paul <ethp@qq.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Ralph Campbell <rcampbell@nvidia.com>
Link: http://lkml.kernel.org/r/20200411071041.16161-1-ethp@qq.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/list_lru.c

index 4d5294c..9222910 100644 (file)
@@ -213,7 +213,7 @@ restart:
 
                /*
                 * decrement nr_to_walk first so that we don't livelock if we
-                * get stuck on large numbesr of LRU_RETRY items
+                * get stuck on large numbers of LRU_RETRY items
                 */
                if (!*nr_to_walk)
                        break;