Date: Sun, 11 Jun 2023 23:40:24 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: d0fec56f9052 - stable/13 - rtld: fix typo in comment Message-ID: <202306112340.35BNeOBk087884@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=d0fec56f90523fea2a1b963ceb6d854ff3a6aebf commit d0fec56f90523fea2a1b963ceb6d854ff3a6aebf Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2023-06-10 01:35:14 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2023-06-11 23:39:43 +0000 rtld: fix typo in comment (cherry picked from commit a254f671025f3da313e1d02646b6402f54006e14) --- 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 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) \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306112340.35BNeOBk087884>