Skip to content

Commit

Permalink
mm/vmalloc.c: fix typo in comment
Browse files Browse the repository at this point in the history
Reported-by: Nicholas Joll <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
akpm00 authored and torvalds committed Jun 1, 2019
1 parent aa52619 commit 3806b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/vmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 3806b04

Please sign in to comment.