diff --git a/libexec/rtld-elf/libmap.c b/libexec/rtld-elf/libmap.c index 5a7c01f9d17..a9d859dc60f 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);