diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2022-11-01 17:06:09 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-11-09 14:03:51 -0700 |
commit | fcddf9f5e324fe72c6bc7099687e6d3ac475c061 (patch) | |
tree | bd12e592623c308e215f065e966af08c53e4bac3 /Documentation/ia64 | |
parent | 7a96be33c8f555b69b0047935576b52ef94859ff (diff) | |
download | linux-fcddf9f5e324fe72c6bc7099687e6d3ac475c061.tar.bz2 |
docs: ia64: Fix a typo ("identify mappings")
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>
Link: https://lore.kernel.org/r/20221101160609.961950-1-j.neuschaefer@gmx.net
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/ia64')
-rw-r--r-- | Documentation/ia64/aliasing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ia64/aliasing.rst b/Documentation/ia64/aliasing.rst index a08b36aba015..36a1e1d4842b 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 |