Fix typo in reader documentation

Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
Hanno Becker 2021-02-08 07:54:19 +00:00
parent 4f84e20eb0
commit 0bea62f2d7

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 =