aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2022-10-17 14:08:36 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2022-10-17 14:10:03 +0000
commitca2560bd85ab8d5cb18855cf61f49a7219cb3d8f (patch)
tree3012d5a33401f86273af0cdef5c3ac09b146d357 /libexec
parent2e797555f701c38d9d82cbbea61d3d8933f2bd56 (diff)
downloadsrc-ca2560bd85ab8d5cb18855cf61f49a7219cb3d8f.tar.gz
src-ca2560bd85ab8d5cb18855cf61f49a7219cb3d8f.zip
rtld: fix typo in comment
Sponsored by: The FreeBSD Foundation MFC after: 3 days
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/libmap.c2
1 files changed, 1 insertions, 1 deletions
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);