Skip to content

Commit eace74a

Browse files
committed
fix(tpm): correct comment about the format of the description data
1 parent d1936f7 commit eace74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/tpm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ impl PlatformTpm {
110110
return Ok(());
111111
};
112112

113-
// Encode the description as a UTF-16 little endian string.
113+
// Encode the description as UTF-8.
114114
let description = description.as_bytes().to_vec();
115115

116116
// Construct an event input for the TPM.

0 commit comments

Comments
 (0)