Skip to content

Commit cf63fe3

Browse files
rpptctmarinas
authored andcommitted
arm64: Kconfig: fix typo in __builtin_return_adddress
Comment about BUILTIN_RETURN_ADDRESS_STRIPS_PAC spells __builtin_return_adddress with a triple 'd', fix it. Signed-off-by: Mike Rapoport (IBM) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 2a80520 commit cf63fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ config BROKEN_GAS_INST
381381

382382
config BUILTIN_RETURN_ADDRESS_STRIPS_PAC
383383
bool
384-
# Clang's __builtin_return_adddress() strips the PAC since 12.0.0
384+
# Clang's __builtin_return_address() strips the PAC since 12.0.0
385385
# https://github.com/llvm/llvm-project/commit/2a96f47c5ffca84cd774ad402cacd137f4bf45e2
386386
default y if CC_IS_CLANG
387387
# GCC's __builtin_return_address() strips the PAC since 11.1.0,

0 commit comments

Comments
 (0)