We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae88c6f commit e9820eeCopy full SHA for e9820ee
tdx-tdcall/src/tdreport.rs
@@ -190,7 +190,7 @@ struct TdxReportBuf(TdxReport);
190
/// information of the guest TD, measurements/configuration information of the Intel
191
/// TDX module and a REPORTMACSTRUCT
192
///
193
-/// 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'
194
pub fn tdcall_report(
195
additional_data: &[u8; TD_REPORT_ADDITIONAL_DATA_SIZE],
196
) -> Result<TdxReport, TdCallError> {
0 commit comments