diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-20 07:27:57 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-20 07:27:57 +0000 |
commit | 151c1ccdcd6960c550fa491bd0ed467416bb2b74 (patch) | |
tree | 5eda54d28f74cceed3b77b4a5a2b1f0d7a78d58d /MdePkg/Include | |
parent | 9f73d38da4a01da1c5ff6679565d426f1c4bbe98 (diff) | |
download | edk2-platforms-151c1ccdcd6960c550fa491bd0ed467416bb2b74.tar.xz |
Modified comment for gDs
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1054 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-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;
|