Browse Source

GetProcAdress -> GetProcAddress

John Doe 8 năm trước cách đây
mục cha
commit
2686e964f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pal/src/loader/module.cpp

+ 1 - 1
pal/src/loader/module.cpp

@@ -1333,7 +1333,7 @@ static LPWSTR LOADGetModuleFileName(MODSTRUCT *module)
 
     /* return "real" name of module if it is known. we have this if LoadLibrary
        was given an absolute or relative path; we can also determine it at the
-       first GetProcAdress call. */
+       first GetProcAddress call. */
     TRACE("Returning full path name of module\n");
     return module->lib_name;
 }