From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm/vmalloc.c: fix typo in comment Reported-by: Nicholas Joll <najoll@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/vmalloc.c~mm-vmallocc-fix-typo-in-comment +++ a/mm/vmalloc.c @@ -815,7 +815,7 @@ find_vmap_lowest_match(unsigned long siz } /* - * 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. */ _