Commit 3806b041 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

mm/vmalloc.c: fix typo in comment

parent aa52619c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -815,7 +815,7 @@ find_vmap_lowest_match(unsigned long size,
			}

			/*
			 * OK. We roll back and find the fist right sub-tree,
			 * OK. We roll back and find the first right sub-tree,
			 * that will satisfy the search criteria. It can happen
			 * only once due to "vstart" restriction.
			 */