diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2022-10-17 14:08:36 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2022-10-17 14:10:03 +0000 |
| commit | ca2560bd85ab8d5cb18855cf61f49a7219cb3d8f (patch) | |
| tree | 3012d5a33401f86273af0cdef5c3ac09b146d357 | |
| parent | 2e797555f701c38d9d82cbbea61d3d8933f2bd56 (diff) | |
| -rw-r--r-- | libexec/rtld-elf/libmap.c | 2 |
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); |
