From: Bhaskar Chowdhury Date: Thu, 22 Apr 2021 06:43:00 +0000 (+1000) Subject: lib/genalloc.c: Fix a typo X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=390b0ba1627f195bbdab71a0da9cef518fa6980c;p=users%2Fjedix%2Flinux-maple.git lib/genalloc.c: Fix a typo s/macthing/matching/ Link: https://lkml.kernel.org/r/20210326131530.30481-1-unixbhaskar@gmail.com Signed-off-by: Bhaskar Chowdhury Signed-off-by: Andrew Morton Signed-off-by: Stephen Rothwell --- diff --git a/lib/genalloc.c b/lib/genalloc.c index 5dcf9cdcbc46..8273760884a7 100644 --- a/lib/genalloc.c +++ b/lib/genalloc.c @@ -735,7 +735,7 @@ EXPORT_SYMBOL(gen_pool_first_fit_order_align); /** * gen_pool_best_fit - find the best fitting region of memory - * macthing the size requirement (no alignment constraint) + * matching the size requirement (no alignment constraint) * @map: The address to base the search on * @size: The bitmap size in bits * @start: The bitnumber to start searching at