Re: [PATCH] mm/vmscan.c: Fixed typo.

From: David Hildenbrand
Date: Wed Jun 10 2020 - 03:31:29 EST


On 09.06.20 20:51, dylan-meiners wrote:
> Changed "optizimation" to "optimization".
>
> Signed-off-by: dylan-meiners <spacct.spacct@xxxxxxxxx>
> ---
> mm/vmscan.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/mm/vmscan.c b/mm/vmscan.c
> index b6d84326bdf2..8ac7bf9c3c43 100644
> --- a/mm/vmscan.c
> +++ b/mm/vmscan.c
> @@ -914,7 +914,7 @@ static int __remove_mapping(struct address_space *mapping, struct page *page,
> * order to detect refaults, thus thrashing, later on.
> *
> * But don't store shadows in an address space that is
> - * already exiting. This is not just an optizimation,
> + * already exiting. This is not just an optimization,
> * inode reclaim needs to empty out the radix tree or
> * the nodes are lost. Don't plant shadows behind its
> * back.
>

Reviewed-by: David Hildenbrand <david@xxxxxxxxxx>

--
Thanks,

David / dhildenb