mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] [PATCH] ldso: fix typo in comment
@ 2024-10-23 12:46 J. Neuschäfer
  0 siblings, 0 replies; only message in thread
From: J. Neuschäfer @ 2024-10-23 12:46 UTC (permalink / raw)
  To: musl; +Cc: J. Neuschäfer

---
 ldso/dlstart.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ldso/dlstart.c b/ldso/dlstart.c
index 259f5e18..4aac42bc 100644
--- a/ldso/dlstart.c
+++ b/ldso/dlstart.c
@@ -45,7 +45,7 @@ hidden void _dlstart_c(size_t *sp, size_t *dynv)
 		/* If dynv is null, the entry point was started from loader
 		 * that is not fdpic-aware. We can assume normal fixed-
 		 * displacement ELF loading was performed, but when ldso was
-		 * run as a command, finding the Ehdr is a heursitic: we
+		 * run as a command, finding the Ehdr is a heuristic: we
 		 * have to assume Phdrs start in the first 4k of the file. */
 		base = aux[AT_BASE];
 		if (!base) base = aux[AT_PHDR] & -4096;
--
2.45.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-23 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-23 12:46 [musl] [PATCH] ldso: fix typo in comment J. Neuschäfer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).