Correct typo in a comment
This commit is contained in:
parent
bd6516cdf9
commit
baaa729076
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user