aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMike Rapoport (IBM) <rppt@kernel.org>2024-06-20 20:40:38 +0300
committerCatalin Marinas <catalin.marinas@arm.com>2024-06-21 16:33:33 +0100
commitcf63fe35f1efa71a4b09f07abbcdf28144b6c6b6 (patch)
treea50b37a97e0332cbf13dc18ee53c94cd05acda69
parentARM64: reloc_test: add missing MODULE_DESCRIPTION() macro (diff)
downloadwireguard-linux-cf63fe35f1efa71a4b09f07abbcdf28144b6c6b6.tar.xz
wireguard-linux-cf63fe35f1efa71a4b09f07abbcdf28144b6c6b6.zip
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) <rppt@kernel.org> Link: https://lore.kernel.org/r/20240620174038.3721466-1-rppt@kernel.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
-rw-r--r--arch/arm64/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 5d91259ee7b5..3f39657af2cb 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -381,7 +381,7 @@ config BROKEN_GAS_INST
config BUILTIN_RETURN_ADDRESS_STRIPS_PAC
bool
- # Clang's __builtin_return_adddress() strips the PAC since 12.0.0
+ # Clang's __builtin_return_address() strips the PAC since 12.0.0
# https://github.com/llvm/llvm-project/commit/2a96f47c5ffca84cd774ad402cacd137f4bf45e2
default y if CC_IS_CLANG
# GCC's __builtin_return_address() strips the PAC since 11.1.0,