X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FLibrary%2FUefiDecompressLib.h;h=afedf307b59b64acc837a2c97347c006ee406fe0;hb=b0d803fe3e5c55a9a0c75bc90ccf40ebbbc9ffa3;hp=f744abc7eb864fd1cd47ed2b57b754026e032942;hpb=1ea5ca46c7eefe66a01cb4db3b72fc0e5a04e2cb;p=mirror_edk2.git diff --git a/MdePkg/Include/Library/UefiDecompressLib.h b/MdePkg/Include/Library/UefiDecompressLib.h index f744abc7eb..afedf307b5 100644 --- a/MdePkg/Include/Library/UefiDecompressLib.h +++ b/MdePkg/Include/Library/UefiDecompressLib.h @@ -10,8 +10,6 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - Module Name: UefiDecompressLib.h - **/ #ifndef __UEFI_DECPOMPRESS_LIB_H__ @@ -64,7 +62,7 @@ UefiDecompressGetInfo ( This function is designed so that the decompression algorithm can be implemented without using any memory services. As a result, this function is not allowed to - call any memory allocation services in its implementation. It is the caller¡¯s r + call any memory allocation services in its implementation. It is the caller's r esponsibility to allocate and free the Destination and Scratch buffers. If the compressed source data specified by Source is sucessfully decompressed into Destination, then RETURN_SUCCESS is returned. If the compressed source data