[PATCH] docs: ia64: Fix a typo ("identify mappings")

Jonathan Neuschäfer posted 1 patch 3 years, 5 months ago
Documentation/ia64/aliasing.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: ia64: Fix a typo ("identify mappings")
Posted by Jonathan Neuschäfer 3 years, 5 months ago
The correct term here, also used in the next line, is "identity
mappings". "itentify mappings" was probably just a typo.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 Documentation/ia64/aliasing.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ia64/aliasing.rst b/Documentation/ia64/aliasing.rst
index a08b36aba0159..36a1e1d4842b8 100644
--- a/Documentation/ia64/aliasing.rst
+++ b/Documentation/ia64/aliasing.rst
@@ -61,7 +61,7 @@ Memory Map
     The efi_memmap table is preserved unmodified because the original
     boot-time information is required for kexec.

-Kernel Identify Mappings
+Kernel Identity Mappings
 ========================

     Linux/ia64 identity mappings are done with large pages, currently
--
2.35.1
Re: [PATCH] docs: ia64: Fix a typo ("identify mappings")
Posted by Jonathan Corbet 3 years, 5 months ago
Jonathan Neuschäfer <j.neuschaefer@gmx.net> writes:

> The correct term here, also used in the next line, is "identity
> mappings". "itentify mappings" was probably just a typo.
>
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
>  Documentation/ia64/aliasing.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/ia64/aliasing.rst b/Documentation/ia64/aliasing.rst
> index a08b36aba0159..36a1e1d4842b8 100644
> --- a/Documentation/ia64/aliasing.rst
> +++ b/Documentation/ia64/aliasing.rst
> @@ -61,7 +61,7 @@ Memory Map
>      The efi_memmap table is preserved unmodified because the original
>      boot-time information is required for kexec.
>
> -Kernel Identify Mappings
> +Kernel Identity Mappings
>  ========================

Applied, thanks.

jon