]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c
Modified comment for gDs
[mirror_edk2.git] / MdePkg / Library / DxeServicesTableLib / DxeServicesTableLib.c
index fac2dde8dc7341707214715cdabd50e287ba569c..829e74f2807fa4d2327fe011b1790693393412af 100644 (file)
 \r
 \r
 //\r
 \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
 //\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
 \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 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
   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
   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
   //\r
   Status = EfiGetSystemConfigurationTable (&gEfiDxeServicesTableGuid, (VOID **) &gDS);\r
   ASSERT_EFI_ERROR (Status);\r