]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Modified comment for gDs
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 20 Jul 2006 07:27:57 +0000 (07:27 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 20 Jul 2006 07:27:57 +0000 (07:27 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1054 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/DxeServicesTableLib.h
MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c

index fc39725c92494e0bc59cddf1cb9f9ac5d06e2db2..9d3f7c888afcd589c25e48bf831cc991ac085eec 100644 (file)
@@ -18,7 +18,7 @@
 #define __DXE_SERVICES_TABLE_LIB_H__\r
 \r
 //\r
-// Cached copy of the System Configuration Table\r
+// Cache copy of the DXE Services Table\r
 //\r
 extern EFI_DXE_SERVICES  *gDS;\r
 \r
index fac2dde8dc7341707214715cdabd50e287ba569c..829e74f2807fa4d2327fe011b1790693393412af 100644 (file)
 \r
 \r
 //\r
-// Cached copy of the System Configuration Table\r
+// Cache copy of the DXE Services Table\r
 //\r
 EFI_DXE_SERVICES  *gDS      = NULL;\r
 \r
 /**\r
-  The constructor function caches the pointer of System Configuration Table.\r
+  The constructor function caches the pointer of DXE Services Table.\r
 \r
-  The constructor function caches the pointer of System Configuration Table.\r
+  The constructor function caches the pointer of DXE Services Table.\r
   It will ASSERT() if that operation fails.\r
-  It will ASSERT() if the pointer of System Configuration Table is NULL.\r
+  It will ASSERT() if the pointer of DXE Services Table is NULL.\r
   It will always return EFI_SUCCESS.\r
 \r
   @param  ImageHandle   The firmware allocated handle for the EFI image.\r
@@ -43,7 +43,7 @@ DxeServicesTableLibConstructor (
   EFI_STATUS  Status;\r
 \r
   //\r
-  // Cached copy of the System Configuration Table\r
+  // Cache copy of the DXE Services Table\r
   //\r
   Status = EfiGetSystemConfigurationTable (&gEfiDxeServicesTableGuid, (VOID **) &gDS);\r
   ASSERT_EFI_ERROR (Status);\r