The branch main has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=ca2560bd85ab8d5cb18855cf61f49a7219cb3d8f

commit ca2560bd85ab8d5cb18855cf61f49a7219cb3d8f
Author:     Konstantin Belousov <[email protected]>
AuthorDate: 2022-10-17 14:08:36 +0000
Commit:     Konstantin Belousov <[email protected]>
CommitDate: 2022-10-17 14:10:03 +0000

    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 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);

Reply via email to