summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2003-11-14 12:56:56 +0000
committertobez <tobez@FreeBSD.org>2003-11-14 12:56:56 +0000
commit0105a2bc6c8f670a5f1cb5eb2201dfdbd03b4349 (patch)
tree4cbcdc9e0ecd478a65857a52fecaf132991c032b /libexec/rtld-elf
parent3356e47fa3983cd92d71d38aa15262890ffb27ea (diff)
downloadFreeBSD-src-0105a2bc6c8f670a5f1cb5eb2201dfdbd03b4349.zip
FreeBSD-src-0105a2bc6c8f670a5f1cb5eb2201dfdbd03b4349.tar.gz
Sync comment with code's reality.
MFC after: 1 week
Diffstat (limited to 'libexec/rtld-elf')
-rw-r--r--libexec/rtld-elf/rtld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
index 81603ad..ddd1800 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -800,8 +800,8 @@ elf_hash(const char *name)
* loaded shared object, whose library search path will be searched.
*
* The search order is:
- * rpath in the referencing file
* LD_LIBRARY_PATH
+ * rpath in the referencing file
* ldconfig hints
* /lib:/usr/lib
*/
OpenPOWER on IntegriCloud