Minor coding style adjustment for DxeCore.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5196 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -840,7 +840,7 @@ DxeMainUefiDecompressGetInfo (
|
||||
This protocol is designed so that the decompression algorithm can be
|
||||
implemented without using any memory services. As a result, the Decompress()
|
||||
Function is not allowed to call AllocatePool() or AllocatePages() in its
|
||||
implementation. It is the caller<EFBFBD><EFBFBD>s responsibility to allocate and free the
|
||||
implementation. It is the caller's responsibility to allocate and free the
|
||||
Destination and Scratch buffers.
|
||||
If the compressed source data specified by Source and SourceSize is
|
||||
sucessfully decompressed into Destination, then EFI_SUCCESS is returned. If
|
||||
|
Reference in New Issue
Block a user