git: d074059e9814 - stable/13 - rtld: fix typo in comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Oct 2022 15:01:06 UTC
The branch stable/13 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=d074059e9814726ff57e7ccb09125fb958382e40
commit d074059e9814726ff57e7ccb09125fb958382e40
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-10-17 14:08:36 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-10-19 15:00:42 +0000
rtld: fix typo in comment
(cherry picked from commit ca2560bd85ab8d5cb18855cf61f49a7219cb3d8f)
---
libexec/rtld-elf/libmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libexec/rtld-elf/libmap.c b/libexec/rtld-elf/libmap.c
index 5a7c01f9d179..a9d859dc60f5 100644
--- a/libexec/rtld-elf/libmap.c
+++ b/libexec/rtld-elf/libmap.c
@@ -75,7 +75,7 @@ lm_init(const char *libmap_override)
if (libmap_override != NULL) {
/*
- * Do some character replacement to make $LDLIBMAP look
+ * Do some character replacement to make $LD_LIBMAP look
* like a text file, then parse it.
*/
l = xstrdup(libmap_override);