From 9f72ced4c5386651331fa82b7e222e0804985a4d Mon Sep 17 00:00:00 2001 From: niruiyu Date: Tue, 31 May 2011 03:15:58 +0000 Subject: Update the comments of InstallConfigurationTable to follow UEFI Spec. Signed-off-by: niruiyu Reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11716 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/Dxe/Misc/InstallConfigurationTable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdeModulePkg/Core') diff --git a/MdeModulePkg/Core/Dxe/Misc/InstallConfigurationTable.c b/MdeModulePkg/Core/Dxe/Misc/InstallConfigurationTable.c index 82ac866417..e4735db7ba 100644 --- a/MdeModulePkg/Core/Dxe/Misc/InstallConfigurationTable.c +++ b/MdeModulePkg/Core/Dxe/Misc/InstallConfigurationTable.c @@ -1,7 +1,7 @@ /** @file UEFI Miscellaneous boot Services InstallConfigurationTable service -Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2011, 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 @@ -28,7 +28,7 @@ UINTN mSystemTableAllocateSize = 0; update, or remove, may be NULL. @return EFI_SUCCESS Guid, Table pair added, updated, or removed. - @return EFI_INVALID_PARAMETER Input GUID not valid. + @return EFI_INVALID_PARAMETER Input GUID is NULL. @return EFI_NOT_FOUND Attempted to delete non-existant entry @return EFI_OUT_OF_RESOURCES Not enough memory available -- cgit v1.2.3