summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Ppi/LoadFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Ppi/LoadFile.h')
-rw-r--r--MdePkg/Include/Ppi/LoadFile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Ppi/LoadFile.h b/MdePkg/Include/Ppi/LoadFile.h
index 7e175909b2..fdc9ce2605 100644
--- a/MdePkg/Include/Ppi/LoadFile.h
+++ b/MdePkg/Include/Ppi/LoadFile.h
@@ -1,7 +1,7 @@
/** @file
Load image file from fv to memory.
- Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -45,7 +45,7 @@ typedef struct _EFI_PEI_LOAD_FILE_PPI EFI_PEI_LOAD_FILE_PPI;
@retval EFI_LOAD_ERROR There was no supported image in the file.
@retval EFI_INVALID_PARAMETER FileHandle was not a valid firmware file handle.
@retval EFI_INVALID_PARAMETER EntryPoint was NULL.
- @retval EFI_NOT_SUPPORTED An image requires relocations or is not
+ @retval EFI_UNSUPPORTED An image requires relocations or is not
memory mapped.
**/