From e1f1fb16580a6e5a835e9e1574006561addac297 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Tue, 12 May 2009 05:39:31 +0000 Subject: 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 --- MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg') diff --git a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.c b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.c index 62fd606..8982a3b 100644 --- a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.c +++ b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.c @@ -426,7 +426,7 @@ IScsiFormExtractConfig ( @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. -- cgit v1.1