Commit 3dc5f032 authored by Ethon Paul's avatar Ethon Paul Committed by Linus Torvalds
Browse files

mm/list_lru: fix a typo in comment "numbesr"->"numbers"

parent df1758d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ __list_lru_walk_one(struct list_lru_node *nlru, int memcg_idx,

		/*
		 * 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;