From a254f671025f3da313e1d02646b6402f54006e14 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sat, 10 Jun 2023 04:35:14 +0300 Subject: [PATCH] rtld: fix typo in comment Sponsored by: The FreeBSD Foundation MFC after: 3 days --- libexec/rtld-elf/aarch64/rtld_machdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rtld-elf/aarch64/rtld_machdep.h b/libexec/rtld-elf/aarch64/rtld_machdep.h index 8fed482340b7..d5fa8fd036ba 100644 --- a/libexec/rtld-elf/aarch64/rtld_machdep.h +++ b/libexec/rtld-elf/aarch64/rtld_machdep.h @@ -64,7 +64,7 @@ Elf_Addr reloc_jmpslot(Elf_Addr *where, Elf_Addr target, * Pass zeros into the ifunc resolver so we can change them later. The first * 8 arguments on arm64 are passed in registers so make them known values * if we decide to use them later. Because of this ifunc resolvers can assume - * no arguments are passeed in, and if this changes later will be able to + * no arguments are passed in, and if this changes later will be able to * compare the argument with 0 to see if it is set. */ #define call_ifunc_resolver(ptr) \