diff options
author | Ethon Paul <[email protected]> | 2020-06-04 16:49:19 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-06-04 19:06:24 -0700 |
commit | 3dc5f032c4baae1b41977fab649c104015e3dcff (patch) | |
tree | 245263f554a0084c19415a5d293a6269fc32bb62 | |
parent | df1758d9f28539091b9b9636b8485697b043b80b (diff) |
mm/list_lru: fix a typo in comment "numbesr"->"numbers"
There is a typo in comment, fix it.
Signed-off-by: Ethon Paul <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: Ralph Campbell <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | mm/list_lru.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/list_lru.c b/mm/list_lru.c index 4d5294c39bba..9222910ab1cb 100644 --- a/mm/list_lru.c +++ b/mm/list_lru.c @@ -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; |