mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:12:58 +00:00
[REACTOS] Fix typos (#6198)
- Adress -> Address - Currupted -> Corrupted 3rd-party files are not modified.
This commit is contained in:
parent
f380a51040
commit
ffb20d3330
22 changed files with 28 additions and 28 deletions
|
@ -77,7 +77,7 @@ __delayLoadHelper2(PCImgDelayDescr pidd, PImgThunkData pIATEntry)
|
|||
dli.dlp.fImportByName = !IMAGE_SNAP_BY_ORDINAL(pINT[index].u1.Ordinal);
|
||||
if (dli.dlp.fImportByName)
|
||||
{
|
||||
/* u1.AdressOfData points to a IMAGE_IMPORT_BY_NAME struct */
|
||||
/* u1.AddressOfData points to a IMAGE_IMPORT_BY_NAME struct */
|
||||
PIMAGE_IMPORT_BY_NAME piibn = PFromRva((RVA)pINT[index].u1.AddressOfData);
|
||||
dli.dlp.szProcName = (LPCSTR)&piibn->Name;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue