diff options
Diffstat (limited to 'MdePkg/Include/Library/DxeServicesTableLib.h')
-rw-r--r-- | MdePkg/Include/Library/DxeServicesTableLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/DxeServicesTableLib.h b/MdePkg/Include/Library/DxeServicesTableLib.h index fc39725c92..9d3f7c888a 100644 --- a/MdePkg/Include/Library/DxeServicesTableLib.h +++ b/MdePkg/Include/Library/DxeServicesTableLib.h @@ -18,7 +18,7 @@ #define __DXE_SERVICES_TABLE_LIB_H__
//
-// Cached copy of the System Configuration Table
+// Cache copy of the DXE Services Table
//
extern EFI_DXE_SERVICES *gDS;
|