From 0e7b6ebb64bcb9067105048cf9ecde77418d2b14 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 17 Mar 2021 13:46:59 +0100 Subject: [PATCH] Fix typos in comments Signed-off-by: Gilles Peskine --- tests/suites/test_suite_psa_crypto_storage_format.function | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/suites/test_suite_psa_crypto_storage_format.function b/tests/suites/test_suite_psa_crypto_storage_format.function index 662ad9466..76cfe5775 100644 --- a/tests/suites/test_suite_psa_crypto_storage_format.function +++ b/tests/suites/test_suite_psa_crypto_storage_format.function @@ -167,7 +167,7 @@ void key_storage_save( int lifetime_arg, int type_arg, int bits_arg, /* This is the current storage format. Test that we know exactly how * the key is stored. The stability of the test data in future - * versions of the Mbed TLS will guarantee that future versions + * versions of Mbed TLS will guarantee that future versions * can read back what this version wrote. */ TEST_ASSERT( test_written_key( &attributes, material, uid, representation ) ); @@ -211,7 +211,7 @@ void key_storage_read( int lifetime_arg, int type_arg, int bits_arg, /* Test that we can use a key with the given representation. This * guarantees backward compatibility with keys that were stored by - * past versionf of Mbed TLS. */ + * past versions of Mbed TLS. */ TEST_ASSERT( test_read_key( &attributes, material, uid, representation, exercise ) );