[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87y145hpo8.fsf@trenco.lwn.net>
Date: Thu, 05 Sep 2024 13:21:43 -0600
From: Jonathan Corbet <corbet@....net>
To: Andrew Kreimer <algonell@...il.com>, Jérôme Glisse
<jglisse@...hat.com>
Cc: linux-mm@...ck.org, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org, Andrew
Kreimer <algonell@...il.com>
Subject: Re: [PATCH] docs/mm: fix a typo
Andrew Kreimer <algonell@...il.com> writes:
> Fix a typo in documentation.
>
> Signed-off-by: Andrew Kreimer <algonell@...il.com>
> ---
> Documentation/mm/hmm.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/mm/hmm.rst b/Documentation/mm/hmm.rst
> index 0595098a74d9..3dcf1b69e807 100644
> --- a/Documentation/mm/hmm.rst
> +++ b/Documentation/mm/hmm.rst
> @@ -405,7 +405,7 @@ can be used to make a memory range inaccessible from userspace.
>
> This replaces all mappings for pages in the given range with special swap
> entries. Any attempt to access the swap entry results in a fault which is
> -resovled by replacing the entry with the original mapping. A driver gets
> +resolved by replacing the entry with the original mapping. A driver gets
> notified that the mapping has been changed by MMU notifiers, after which point
Applied, thanks.
jon
Powered by blists - more mailing lists