Minor: Fix typos in program comments

Fix a couple of typos and writer's mistakes,
in some reference program applications
This commit is contained in:
Ron Eldor 2017-06-20 15:23:23 +03:00 committed by Simon Butcher
parent d0e15d7ebe
commit 53c2e47a1b
2 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ int main( int argc, char *argv[] )
mbedtls_printf( " ok\n" ); mbedtls_printf( " ok\n" );
/* /*
* Verification: are the computed secret equal? * Verification: are the computed secrets equal?
*/ */
mbedtls_printf( " . Checking if both computed secrets are equal..." ); mbedtls_printf( " . Checking if both computed secrets are equal..." );
fflush( stdout ); fflush( stdout );

View File

@ -2168,7 +2168,7 @@ handshake:
#if defined(MBEDTLS_X509_CRT_PARSE_C) #if defined(MBEDTLS_X509_CRT_PARSE_C)
/* /*
* 5. Verify the server certificate * 5. Verify the client certificate
*/ */
mbedtls_printf( " . Verifying peer X.509 certificate..." ); mbedtls_printf( " . Verifying peer X.509 certificate..." );