summaryrefslogtreecommitdiff
path: root/MdePkg/Include
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-05-12 05:39:31 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-05-12 05:39:31 +0000
commite1f1fb16580a6e5a835e9e1574006561addac297 (patch)
tree8a762bf5dbab5bb182942079dfbfc8811357a18e /MdePkg/Include
parent99207989489d959c37a1ce53f4e6216e9dfaf7d5 (diff)
downloadedk2-platforms-e1f1fb16580a6e5a835e9e1574006561addac297.tar.xz
fixed typo. EFI_OUT_OF_MEMORY should be EFI_OUT_OF_RESOURCES.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8299 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r--MdePkg/Include/Protocol/HiiConfigAccess.h6
-rw-r--r--MdePkg/Include/Protocol/HiiConfigRouting.h8
2 files changed, 7 insertions, 7 deletions
diff --git a/MdePkg/Include/Protocol/HiiConfigAccess.h b/MdePkg/Include/Protocol/HiiConfigAccess.h
index 87bbe74181..c131821d35 100644
--- a/MdePkg/Include/Protocol/HiiConfigAccess.h
+++ b/MdePkg/Include/Protocol/HiiConfigAccess.h
@@ -5,7 +5,7 @@
This protocol is published by drivers providing and requesting
configuration data from HII. It may only be invoked by HII.
- Copyright (c) 2006 - 2008, Intel Corporation
+ Copyright (c) 2006 - 2009, Intel Corporation
All rights reserved. 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
@@ -74,7 +74,7 @@ typedef UINTN EFI_BROWSER_ACTION;
values corresponding to all requested
names.
- @retval EFI_OUT_OF_MEMORY Not enough memory to store the
+ @retval EFI_OUT_OF_RESOURCES Not enough memory to store the
parts of the results that must be
stored awaiting possible future
protocols.
@@ -141,7 +141,7 @@ EFI_STATUS
@retval EFI_SUCCESS The results have been distributed or are
awaiting distribution.
- @retval EFI_OUT_OF_MEMORY Not enough memory to store the
+ @retval EFI_OUT_OF_RESOURCES Not enough memory to store the
parts of the results that must be
stored awaiting possible future
protocols.
diff --git a/MdePkg/Include/Protocol/HiiConfigRouting.h b/MdePkg/Include/Protocol/HiiConfigRouting.h
index adaefb2fc6..8e833bdede 100644
--- a/MdePkg/Include/Protocol/HiiConfigRouting.h
+++ b/MdePkg/Include/Protocol/HiiConfigRouting.h
@@ -78,7 +78,7 @@ typedef struct _EFI_HII_CONFIG_ROUTING_PROTOCOL EFI_HII_CONFIG_ROUTING_PROTOCOL;
values corresponding to all requested
names.
- @retval EFI_OUT_OF_MEMORY Not enough memory to store the
+ @retval EFI_OUT_OF_RESOURCES Not enough memory to store the
parts of the results that must be
stored awaiting possible future
protocols.
@@ -138,7 +138,7 @@ EFI_STATUS
values corresponding to all requested
names.
- @retval EFI_OUT_OF_MEMORY Not enough memory to store the
+ @retval EFI_OUT_OF_RESOURCES Not enough memory to store the
parts of the results that must be
stored awaiting possible future
protocols.
@@ -183,7 +183,7 @@ EFI_STATUS
@retval EFI_SUCCESS The results have been distributed or are
awaiting distribution.
- @retval EFI_OUT_OF_MEMORY Not enough memory to store the
+ @retval EFI_OUT_OF_RESOURCES Not enough memory to store the
parts of the results that must be
stored awaiting possible future
protocols.
@@ -242,7 +242,7 @@ EFI_STATUS
to the null terminator at the end of the
ConfigRequest string.
- @retval EFI_OUT_OF_MEMORY Not enough memory to allocate
+ @retval EFI_OUT_OF_RESOURCES Not enough memory to allocate
Config. Progress points to the
first character of ConfigRequest.