From ca2560bd85ab8d5cb18855cf61f49a7219cb3d8f Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Mon, 17 Oct 2022 17:08:36 +0300 Subject: [PATCH] rtld: fix typo in comment Sponsored by: The FreeBSD Foundation MFC after: 3 days --- 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 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);