diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-29 08:09:56 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-29 08:09:56 +0000 |
commit | 5a54c2faf77d7b9aca4ec75155f71fcff4cb09d2 (patch) | |
tree | 0090155972ce56d6cfe30d6935ff9eea095d0bbb /MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c | |
parent | f468abda65c3592ae75b301cc0e7def4ea0b90b0 (diff) | |
download | edk2-platforms-5a54c2faf77d7b9aca4ec75155f71fcff4cb09d2.tar.xz |
Correct file comment for DxeServicesTableLib.c
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6071 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c')
-rw-r--r-- | MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c b/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c index aef582204d..d212f3eab0 100644 --- a/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c +++ b/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c @@ -6,7 +6,7 @@ DXE driver declare that use DxeServicesTableLib library class and link to this
library instance.
- Please attention this library instance can not be used after EFI_SYSTEM_TABLE is
+ Please attention this library instance can not be used util EFI_SYSTEM_TABLE was
initialized.
This library contains contruct function to retrieve EFI_DXE_SERIVCE, this construct
|