fix(tpm): correct comment about the format of the description data

This commit is contained in:
2025-11-01 00:54:51 -04:00
parent d1936f7db4
commit eace74a6b0

View File

@@ -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.