]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix a typo.
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 3 Jul 2009 03:21:53 +0000 (03:21 +0000)
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 3 Jul 2009 03:21:53 +0000 (03:21 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8732 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/TcgService.h

index 5502121480dad071a7839d08ede9d27dbeeb5981..519cfbbfc5a5b9ef5536e944d3fa1492fff573f8 100644 (file)
@@ -153,8 +153,8 @@ typedef
 EFI_STATUS\r
 (EFIAPI *EFI_TCG_PASS_THROUGH_TO_TPM)(\r
   IN      EFI_TCG_PROTOCOL          *This,\r
-  IN      UINT32                    TpmInputParamterBlockSize,\r
-  IN      UINT8                     *TpmInputParamterBlock,\r
+  IN      UINT32                    TpmInputParameterBlockSize,\r
+  IN      UINT8                     *TpmInputParameterBlock,\r
   IN      UINT32                    TpmOutputParameterBlockSize,\r
   IN      UINT8                     *TpmOutputParameterBlock\r
   );\r