git: a254f671025f - main - rtld: fix typo in comment

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Sat, 10 Jun 2023 01:35:47 UTC
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=a254f671025f3da313e1d02646b6402f54006e14

commit a254f671025f3da313e1d02646b6402f54006e14
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-06-10 01:35:14 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-06-10 01:35:14 +0000

    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) \