From: Andrew Morton Date: Sat, 1 Jun 2019 05:30:03 +0000 (-0700) Subject: mm/vmalloc.c: fix typo in comment X-Git-Tag: v5.15~6243^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3806b04144e5e030aa17835ac1bb42473af4b957;p=platform%2Fkernel%2Flinux-starfive.git mm/vmalloc.c: fix typo in comment Reported-by: Nicholas Joll Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/vmalloc.c b/mm/vmalloc.c index 233af69..7350a12 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c @@ -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. */