Fix typo in reader documentation

Signed-off-by: Hanno Becker <[email protected]>
This commit is contained in:
Hanno Becker
2021-03-29 14:20:18 +01:00
parent 4f84e20eb0
commit 0bea62f2d7
+1 -1
View File
@@ -71,7 +71,7 @@ static inline void mps_reader_zero( mbedtls_mps_reader *rd )
/* A plain memset() would likely be more efficient,
* but the current way of zeroing makes it harder
* to overlook fields which should not be zero-initialized.
* It's also more suitable for VF efforts since it
* It's also more suitable for FV efforts since it
* doesn't require reasoning about structs being
* interpreted as unstructured binary blobs. */
static mbedtls_mps_reader const zero =