]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update the comments of InstallConfigurationTable to follow UEFI Spec.
authorniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 31 May 2011 03:15:58 +0000 (03:15 +0000)
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 31 May 2011 03:15:58 +0000 (03:15 +0000)
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

index 82ac8664175fe7516498b416b5d54310ac3ee26d..e4735db7ba4584e0cb8b31224e6d1386305a41ce 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   UEFI Miscellaneous boot Services InstallConfigurationTable service\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -28,7 +28,7 @@ UINTN mSystemTableAllocateSize = 0;
                          update, or remove, may be NULL.\r
 \r
   @return EFI_SUCCESS               Guid, Table pair added, updated, or removed.\r
-  @return EFI_INVALID_PARAMETER     Input GUID not valid.\r
+  @return EFI_INVALID_PARAMETER     Input GUID is NULL.\r
   @return EFI_NOT_FOUND             Attempted to delete non-existant entry\r
   @return EFI_OUT_OF_RESOURCES      Not enough memory available\r
 \r