Skip to content

Commit

Permalink
tdx-tdcall: fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Dohrmann <[email protected]>
  • Loading branch information
Freax13 committed Oct 31, 2024
1 parent 816e3bf commit 820a44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdx-tdcall/src/tdreport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ struct TdxReportBuf(TdxReport);
/// information of the guest TD, measurements/configuration information of the Intel
/// TDX module and a REPORTMACSTRUCT
///
/// Details can be found in TDX GHCI spec section 'TDG.MR.REPORT'
/// Details can be found in TDX module ABI spec section 'TDG.MR.REPORT'
pub fn tdcall_report(
additional_data: &[u8; TD_REPORT_ADDITIONAL_DATA_SIZE],
) -> Result<TdxReport, TdCallError> {
Expand Down

0 comments on commit 820a44d

Please sign in to comment.