Commit 7e980867 authored by Bo Liu's avatar Bo Liu Committed by Borislav Petkov (AMD)
Browse files

x86/mm: Remove repeated word in comments



Remove the repeated word "the" in comments.

Signed-off-by: default avatarBo Liu <liubo03@inspur.com>
Signed-off-by: default avatarBorislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20230504085446.2574-1-liubo03@inspur.com
parent b26d3d05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ within_inclusive(unsigned long addr, unsigned long start, unsigned long end)
 * points to #2, but almost all physical-to-virtual translations point to #1.
 *
 * This is so that we can have both a directmap of all physical memory *and*
 * take full advantage of the the limited (s32) immediate addressing range (2G)
 * take full advantage of the limited (s32) immediate addressing range (2G)
 * of x86_64.
 *
 * See Documentation/arch/x86/x86_64/mm.rst for more detail.