diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-11-18 16:01:09 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-11-18 16:01:09 +0000 |
commit | 67c89a212705e53508f1f54e611ee9757ce34502 (patch) | |
tree | 1a270f8014e22f65b0f2de566ac8ce1c59653ceb /MdePkg/Include/Pi/PiPeiCis.h | |
parent | 10e2e070c9f62e884d7b18752ff91ca9d0b74fb2 (diff) | |
download | edk2-platforms-67c89a212705e53508f1f54e611ee9757ce34502.tar.xz |
Fix up the comment for several functions and make sure the IN and OUT modifier of the function parameter is correct.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4301 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Pi/PiPeiCis.h')
-rw-r--r-- | MdePkg/Include/Pi/PiPeiCis.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Pi/PiPeiCis.h b/MdePkg/Include/Pi/PiPeiCis.h index d75a79c6b7..40af2bda2b 100644 --- a/MdePkg/Include/Pi/PiPeiCis.h +++ b/MdePkg/Include/Pi/PiPeiCis.h @@ -247,7 +247,7 @@ typedef EFI_STATUS
(EFIAPI *EFI_PEI_GET_HOB_LIST) (
IN CONST EFI_PEI_SERVICES **PeiServices,
- IN OUT VOID **HobList
+ OUT VOID **HobList
);
/**
@@ -268,7 +268,7 @@ EFI_STATUS IN CONST EFI_PEI_SERVICES **PeiServices,
IN UINT16 Type,
IN UINT16 Length,
- IN OUT VOID **Hob
+ OUT VOID **Hob
);
/**
@@ -653,7 +653,7 @@ EFI_STATUS time.
@param FileHandle PEIM's file handle. Must be the currently
- xecuting PEIM.
+ executing PEIM.
@retval EFI_SUCCESS The PEIM was successfully registered for
shadowing.
|