summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>2011-05-31 03:15:58 +0000
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>2011-05-31 03:15:58 +0000
commit9f72ced4c5386651331fa82b7e222e0804985a4d (patch)
tree2a7e1c2f1b5a80b4534fcf8ab9d57dc92ed92d4b /MdeModulePkg
parentbfe0572bb0ef2acfdc1765f43f693de0040bcbbf (diff)
downloadedk2-9f72ced4c5386651331fa82b7e222e0804985a4d.tar.gz
edk2-9f72ced4c5386651331fa82b7e222e0804985a4d.tar.bz2
edk2-9f72ced4c5386651331fa82b7e222e0804985a4d.zip
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
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Core/Dxe/Misc/InstallConfigurationTable.c4
1 files changed, 2 insertions, 2 deletions
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.<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
@@ -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