diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-03 08:23:38 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-03 08:23:38 +0000 |
commit | d667c17cd45cc0809670ae3eaa5218fbabf19ea2 (patch) | |
tree | 22c0f5ee2d4f221132dc5e30441185ac3688fce9 /MdePkg/Library/PeiServicesTablePointerLib | |
parent | 9971f94329a3183731685054346ac71e7dc77db8 (diff) | |
download | edk2-platforms-d667c17cd45cc0809670ae3eaa5218fbabf19ea2.tar.xz |
Fix wrong comment for SetPeiServiceTable
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5795 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiServicesTablePointerLib')
-rw-r--r-- | MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointer.c b/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointer.c index da866610da..38051a9173 100644 --- a/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointer.c +++ b/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointer.c @@ -22,8 +22,7 @@ STATIC EFI_PEI_SERVICES **gPeiServices;
/**
- The function set the pointer of PEI services immediately preceding the IDT table
- according to PI specification.
+ The function cache the pointer of PEI services to global variable.
@param PeiServices The address of PeiServices pointer.
**/
|