diff options
| author | Bhaskar Chowdhury <[email protected]> | 2021-05-07 01:03:34 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2021-05-07 02:24:12 +0000 |
| commit | ade29d4fdbe675d72ee6115baaf3b3382942fd12 (patch) | |
| tree | 4a7c3dc9f79783c6ad4cbb40fafaad4916f61df4 /lib/genalloc.c | |
| parent | lib/list_sort.c: fix typo in function description (diff) | |
| download | kernel-ade29d4fdbe675d72ee6115baaf3b3382942fd12.tar.gz kernel-ade29d4fdbe675d72ee6115baaf3b3382942fd12.zip | |
lib/genalloc.c: Fix a typo
s/macthing/matching/
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Bhaskar Chowdhury <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/genalloc.c')
| -rw-r--r-- | lib/genalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
