summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/LoadFile.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-09-22 01:35:39 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-09-22 01:35:39 +0000
commitf620c8894dd769c04b8533b0a7184bb11ea87ff9 (patch)
tree3a46c0dd7c03e9227adddba2ab95be779666e93b /MdePkg/Include/Protocol/LoadFile.h
parentfa3e7746bb6cda21a9e8c600d19b8228ec7bcc34 (diff)
downloadedk2-platforms-f620c8894dd769c04b8533b0a7184bb11ea87ff9.tar.xz
Update definition aligned to UEFI2.3
1. TapeIo TAPE_HEADER is rename to EFI_TAPE_HEADER 2. Add IN modifier for parameter Direction and Type of TapeIo.TapeSpace 3. HII package header EFI_HII_DEVICE_PATH_PACKAGE is renamed to EFI_HII_DEVICE_PATH_PACKAGE_HDR. 4. HII package header EFI_HII_FORM_PACKAGE is renamed to EFI_HII_FORM_PACKAGE_HDR. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9297 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/LoadFile.h')
-rw-r--r--MdePkg/Include/Protocol/LoadFile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/LoadFile.h b/MdePkg/Include/Protocol/LoadFile.h
index 1f057550b5..3ebfcb2b01 100644
--- a/MdePkg/Include/Protocol/LoadFile.h
+++ b/MdePkg/Include/Protocol/LoadFile.h
@@ -52,7 +52,7 @@ typedef EFI_LOAD_FILE_PROTOCOL EFI_LOAD_FILE_INTERFACE;
Buffer. On output with a return code of EFI_BUFFER_TOO_SMALL,
the size of Buffer required to retrieve the requested file.
@param Buffer The memory buffer to transfer the file to. IF Buffer is NULL,
- then no the size of the requested file is returned in
+ then the size of the requested file is returned in
BufferSize.
@retval EFI_SUCCESS The file was loaded.