Skip to content

Commit 54628de

Browse files
rddunlapIngo Molnar
authored andcommitted
x86/Kconfig: Fix spellos & punctuation
Fix spelling (reported by codespell) & punctuation in arch/x86/ Kconfig. Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent ef6dfc4 commit 54628de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/x86/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,7 +1502,7 @@ config X86_5LEVEL
15021502
depends on X86_64
15031503
help
15041504
5-level paging enables access to larger address space:
1505-
upto 128 PiB of virtual address space and 4 PiB of
1505+
up to 128 PiB of virtual address space and 4 PiB of
15061506
physical address space.
15071507

15081508
It will be supported by future Intel CPUs.
@@ -2609,8 +2609,8 @@ config CALL_THUNKS_DEBUG
26092609
a noisy dmesg about callthunks generation and call patching for
26102610
trouble shooting. The debug prints need to be enabled on the
26112611
kernel command line with 'debug-callthunks'.
2612-
Only enable this, when you are debugging call thunks as this
2613-
creates a noticable runtime overhead. If unsure say N.
2612+
Only enable this when you are debugging call thunks as this
2613+
creates a noticeable runtime overhead. If unsure say N.
26142614

26152615
config CPU_IBPB_ENTRY
26162616
bool "Enable IBPB on kernel entry"

0 commit comments

Comments
 (0)