diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-11 05:23:13 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-11 05:23:13 +0000 |
commit | 4ef55dfc766c2206378ab7e5a3101a2a7a32d569 (patch) | |
tree | 25b4451c11fe51a7c2ca14d6d33251aa4c496d58 /MdePkg/Include/Library/PeiServicesTablePointerLib.h | |
parent | efb2311707ec50ff04ebaecbb151ce8d8f168ee4 (diff) | |
download | edk2-platforms-4ef55dfc766c2206378ab7e5a3101a2a7a32d569.tar.xz |
Synchronize MdePkg/Library *.h files with c files
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6985 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/PeiServicesTablePointerLib.h')
-rw-r--r-- | MdePkg/Include/Library/PeiServicesTablePointerLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/PeiServicesTablePointerLib.h b/MdePkg/Include/Library/PeiServicesTablePointerLib.h index 5bbbea6a34..a366c98f1b 100644 --- a/MdePkg/Include/Library/PeiServicesTablePointerLib.h +++ b/MdePkg/Include/Library/PeiServicesTablePointerLib.h @@ -21,7 +21,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. The function returns the pointer to PEI services.
It will ASSERT() if the pointer to PEI services is NULL.
- @retval The pointer to PeiServices.
+ @return The pointer to PeiServices.
**/
CONST EFI_PEI_SERVICES **
|