summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 81603ad59883..ddd180044ad8 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
*/