Correct typo in a comment
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 41s
Builds / ExectOS (i686) (push) Successful in 40s

This commit is contained in:
Rafal Kupiec 2024-03-02 22:27:32 +01:00
parent bd6516cdf9
commit baaa729076
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -615,7 +615,7 @@ BlReadFile(IN PEFI_FILE_HANDLE DirHandle,
return Status;
}
/* Calculate number of bytes to read and zero memory*/
/* Calculate number of bytes to read and zero memory */
ReadSize = Pages * EFI_PAGE_SIZE;
*FileData = (PCHAR)(UINT_PTR)Address;
RtlZeroMemory(*FileData, ReadSize);