Commit 8d6b3494 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

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

parent f458cd84
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment