Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20241023124639.347117-1-j.neuschaefer@gmx.net>
Date: Wed, 23 Oct 2024 14:46:39 +0200
From: J. Neuschäfer <j.neuschaefer@....net>
To: musl@...ts.openwall.com
Cc: J. Neuschäfer <j.neuschaefer@....net>
Subject: [PATCH] ldso: fix typo in comment

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

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.