Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2023 01:35:47 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a254f671025f - main - rtld: fix typo in comment
Message-ID:  <202306100135.35A1ZlM2032798@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306100135.35A1ZlM2032798>