Skip to content

Commit 71bc4f6

Browse files
asvradallly
authored andcommitted
Fix typo in sgx_dcap_quoteverify.h
not -> note
1 parent 7f84575 commit 71bc4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QuoteVerification/dcap_quoteverify/inc/sgx_dcap_quoteverify.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ quote3_error_t tee_get_supplemental_data_version_and_size(
278278
* @param p_quote_verification_result[OUT] - Address of the outputted quote verification result.
279279
* @param p_qve_report_info[IN/OUT] - This parameter can be used in 2 ways.
280280
* If p_qve_report_info is NOT NULL, the API will use Intel QvE to perform quote verification, and QvE will generate a report using the target_info in sgx_ql_qe_report_info_t structure.
281-
* if p_qve_report_info is NULL, the API will use QVL library to perform quote verification, not that the results can not be cryptographically authenticated in this mode.
281+
* if p_qve_report_info is NULL, the API will use QVL library to perform quote verification, note that the results can not be cryptographically authenticated in this mode.
282282
* @param p_supp_datal_descriptor[IN/OUT] - Pointer to tee_supp_data_descriptor_t structure
283283
* You can specify the major version of supplemental data by setting p_supp_datal_descriptor->major_version
284284
* If p_supp_datal_descriptor == NULL, no supplemental data is returned

0 commit comments

Comments
 (0)