Skip to content

Commit e9820ee

Browse files
Freax13jyao1
authored andcommitted
tdx-tdcall: fix comment
Signed-off-by: Tom Dohrmann <erbse.13@gmx.de>
1 parent ae88c6f commit e9820ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tdx-tdcall/src/tdreport.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ struct TdxReportBuf(TdxReport);
190190
/// information of the guest TD, measurements/configuration information of the Intel
191191
/// TDX module and a REPORTMACSTRUCT
192192
///
193-
/// Details can be found in TDX GHCI spec section 'TDG.MR.REPORT'
193+
/// Details can be found in TDX module ABI spec section 'TDG.MR.REPORT'
194194
pub fn tdcall_report(
195195
additional_data: &[u8; TD_REPORT_ADDITIONAL_DATA_SIZE],
196196
) -> Result<TdxReport, TdCallError> {

0 commit comments

Comments
 (0)