rtld: fix typo in comment

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2022-10-17 17:08:36 +03:00
parent 2e797555f7
commit ca2560bd85

View file

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