Skip to content

Commit 7e98086

Browse files
Bo Liubp3tk0v
authored andcommitted
x86/mm: Remove repeated word in comments
Remove the repeated word "the" in comments. Signed-off-by: Bo Liu <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b26d3d0 commit 7e98086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/mm/pat/set_memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ within_inclusive(unsigned long addr, unsigned long start, unsigned long end)
231231
* points to #2, but almost all physical-to-virtual translations point to #1.
232232
*
233233
* This is so that we can have both a directmap of all physical memory *and*
234-
* take full advantage of the the limited (s32) immediate addressing range (2G)
234+
* take full advantage of the limited (s32) immediate addressing range (2G)
235235
* of x86_64.
236236
*
237237
* See Documentation/arch/x86/x86_64/mm.rst for more detail.

0 commit comments

Comments
 (0)