rtld: fix typo in comment

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2023-06-10 04:35:14 +03:00
parent 5ad6c907f9
commit a254f67102

View File

@ -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 * 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 * 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 * 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. * compare the argument with 0 to see if it is set.
*/ */
#define call_ifunc_resolver(ptr) \ #define call_ifunc_resolver(ptr) \