From eace74a6b049388122952bc39795ced44da423fb Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Sat, 1 Nov 2025 00:54:51 -0400 Subject: [PATCH] fix(tpm): correct comment about the format of the description data --- src/platform/tpm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/tpm.rs b/src/platform/tpm.rs index 1014beb..38228eb 100644 --- a/src/platform/tpm.rs +++ b/src/platform/tpm.rs @@ -110,7 +110,7 @@ impl PlatformTpm { return Ok(()); }; - // Encode the description as a UTF-16 little endian string. + // Encode the description as UTF-8. let description = description.as_bytes().to_vec(); // Construct an event input for the TPM.