mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
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:
parent
92fcfe2933
commit
2a47be5012
2 changed files with 2 additions and 2 deletions
|
|
@ -204,7 +204,7 @@ int main( int argc, char *argv[] )
|
|||
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..." );
|
||||
fflush( stdout );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue