Skip to content

Commit 4cdfc11

Browse files
nurhPeter Zijlstra
authored andcommitted
x86/Kconfig: fix the spelling of 'becoming' in X86_KERNEL_IBT config
There is only one m in becoming. Signed-off-by: Nur Hussein <hussein@unixcat.org> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20220417192454.10247-1-hussein@unixcat.org
1 parent 1d08b92 commit 4cdfc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1866,7 +1866,7 @@ config X86_KERNEL_IBT
18661866
code with them to make this happen.
18671867

18681868
In addition to building the kernel with IBT, seal all functions that
1869-
are not indirect call targets, avoiding them ever becomming one.
1869+
are not indirect call targets, avoiding them ever becoming one.
18701870

18711871
This requires LTO like objtool runs and will slow down the build. It
18721872
does significantly reduce the number of ENDBR instructions in the

0 commit comments

Comments
 (0)