Skip to content

Commit

Permalink
Merge pull request #24 from maximevtush/main
Browse files Browse the repository at this point in the history
fix: typos in documentation files
  • Loading branch information
preston4896 authored Feb 20, 2025
2 parents 2d8b6b3 + b4ccd90 commit e526c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/verifiers/V4QuoteVerifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ contract V4QuoteVerifier is QuoteVerifierBase, TCBInfoV3Base, TDXModuleBase {
}

// Step 2: Fetch FMSPC TCB
// then get the TCB Status from the TDXComponenet of the matching TCBLevel
// then get the TCB Status from the TDXComponent of the matching TCBLevel
TCBStatus tcbStatus;
uint256 tcbLevelSelected;
(success, tcbStatus, tcbLevelSelected) = getTDXTcbStatus(ret.tcbLevels, ret.pckTcb, quote.reportBody.teeTcbSvn);
Expand Down

0 comments on commit e526c40

Please sign in to comment.