aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2023-06-10 01:35:14 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2023-06-11 23:39:43 +0000
commitd0fec56f90523fea2a1b963ceb6d854ff3a6aebf (patch)
tree6812d39866b0a0176d4a8c6f9ec4adb488734ccb
parent62bc41c614ece3fa32010a92cb57738303795666 (diff)
downloadsrc-d0fec56f90523fea2a1b963ceb6d854ff3a6aebf.tar.gz
src-d0fec56f90523fea2a1b963ceb6d854ff3a6aebf.zip
rtld: fix typo in comment
(cherry picked from commit a254f671025f3da313e1d02646b6402f54006e14)
-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 ce6f6fc6c7c0..6d89d557d16f 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) \