]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2Ptp.c
SecurityPkg: Fix spelling errors
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibDTpm / Tpm2Ptp.c
index 8596143b535cb529e9701b7097272e347d9071ba..b671cef04ed7fc627a2aa73778265c0db09e5edc 100644 (file)
@@ -327,7 +327,7 @@ PtpCrbTpmCommand (
 \r
 GoReady_Exit:\r
   //\r
-  // Goto Ready State if command is completed succesfully and TPM support IdleBypass\r
+  // Goto Ready State if command is completed successfully and TPM support IdleBypass\r
   // If not supported. flow down to GoIdle\r
   //\r
   if (PcdGet8(PcdCRBIdleByPass) == 1) {\r
@@ -347,7 +347,7 @@ GoIdle_Exit:
   MmioWrite32((UINTN)&CrbReg->CrbControlRequest, PTP_CRB_CONTROL_AREA_REQUEST_GO_IDLE);\r
 \r
   //\r
-  // Only enforce Idle state transition if execution fails when CRBIndleBypass==1\r
+  // Only enforce Idle state transition if execution fails when CRBIdleBypass==1\r
   // Leave regular Idle delay at the beginning of next command execution\r
   //\r
   if (PcdGet8(PcdCRBIdleByPass) == 1){\r