summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-03 03:21:53 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-03 03:21:53 +0000
commitb36e48144be49910940aec9876b3a1d5e133ef8d (patch)
tree5c6bd1362a8491113a9b1e9b78f56bdf7090dfcd /MdePkg
parent61c244aa1045697e10d185a9abfdb0c6885549d8 (diff)
downloadedk2-b36e48144be49910940aec9876b3a1d5e133ef8d.zip
edk2-b36e48144be49910940aec9876b3a1d5e133ef8d.tar.gz
edk2-b36e48144be49910940aec9876b3a1d5e133ef8d.tar.bz2
Fix a typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8732 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Protocol/TcgService.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/TcgService.h b/MdePkg/Include/Protocol/TcgService.h
index 5502121..519cfbb 100644
--- a/MdePkg/Include/Protocol/TcgService.h
+++ b/MdePkg/Include/Protocol/TcgService.h
@@ -153,8 +153,8 @@ typedef
EFI_STATUS
(EFIAPI *EFI_TCG_PASS_THROUGH_TO_TPM)(
IN EFI_TCG_PROTOCOL *This,
- IN UINT32 TpmInputParamterBlockSize,
- IN UINT8 *TpmInputParamterBlock,
+ IN UINT32 TpmInputParameterBlockSize,
+ IN UINT8 *TpmInputParameterBlock,
IN UINT32 TpmOutputParameterBlockSize,
IN UINT8 *TpmOutputParameterBlock
);