diff options
author | Andrew Morton | 2019-05-31 22:30:03 -0700 |
---|---|---|
committer | Linus Torvalds | 2019-06-01 15:51:31 -0700 |
commit | 3806b04144e5e030aa17835ac1bb42473af4b957 (patch) | |
tree | 007616be1294f9fa0e9478d9317ccdfde8ed9286 /mm/vmalloc.c | |
parent | aa52619ccbe056999d7c7231c8a1a11cedfccc6a (diff) |
mm/vmalloc.c: fix typo in comment
Reported-by: Nicholas Joll <najoll@posteo.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/vmalloc.c')
-rw-r--r-- | mm/vmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmalloc.c b/mm/vmalloc.c index 233af6936c93..7350a124524b 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. */ |