aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2023-06-10 01:35:14 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2023-06-10 01:35:14 +0000
commita254f671025f3da313e1d02646b6402f54006e14 (patch)
treee7e9ca32b873ba844d6f2acc4efdd2987c26ab3d /libexec
parent5ad6c907f99443ebbe9e152d4e68a18b7fa01fff (diff)
downloadsrc-a254f671025f3da313e1d02646b6402f54006e14.tar.gz
src-a254f671025f3da313e1d02646b6402f54006e14.zip
rtld: fix typo in comment
Sponsored by: The FreeBSD Foundation MFC after: 3 days
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/aarch64/rtld_machdep.h2
1 files changed, 1 insertions, 1 deletions
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) \