Ken Thomases : dbghelp: Fix a comment to reflect what the code' s actually doing.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Sep 18 14:31:17 CDT 2015


Module: wine
Branch: master
Commit: 8d6b34940933aa6551f50e7e218b400e86a27aea
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8d6b34940933aa6551f50e7e218b400e86a27aea

Author: Ken Thomases <ken at codeweavers.com>
Date:   Thu Sep 17 21:26:37 2015 -0500

dbghelp: Fix a comment to reflect what the code's actually doing.

---

 dlls/dbghelp/macho_module.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dbghelp/macho_module.c b/dlls/dbghelp/macho_module.c
index 205c0c0..1352870 100644
--- a/dlls/dbghelp/macho_module.c
+++ b/dlls/dbghelp/macho_module.c
@@ -1551,7 +1551,7 @@ static BOOL macho_search_and_load_file(struct process* pcs, const WCHAR* filenam
 
     if (strstrW(filename, S_libstdcPPW)) return FALSE; /* We know we can't do it */
 
-    /* If has no directories, try LD_LIBRARY_PATH first. */
+    /* If has no directories, try PATH first. */
     if (!strchrW(filename, '/'))
     {
         ret = macho_load_file_from_path(pcs, filename, load_addr,




More information about the wine-cvs mailing list