Merge pull request #5720 from tom-cosgrove-arm/adamwolf-reasonable-2.28

Backport 2.28: Fix spelling of 'reasonable' in comments
This commit is contained in:
Dave Rodgman 2022-04-11 09:47:26 +01:00 committed by GitHub
commit c2d1938a0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1498,7 +1498,7 @@
* Enable an implementation of SHA-256 that has lower ROM footprint but also * Enable an implementation of SHA-256 that has lower ROM footprint but also
* lower performance. * lower performance.
* *
* The default implementation is meant to be a reasonnable compromise between * The default implementation is meant to be a reasonable compromise between
* performance and size. This version optimizes more aggressively for size at * performance and size. This version optimizes more aggressively for size at
* the expense of performance. Eg on Cortex-M4 it reduces the size of * the expense of performance. Eg on Cortex-M4 it reduces the size of
* mbedtls_sha256_process() from ~2KB to ~0.5KB for a performance hit of about * mbedtls_sha256_process() from ~2KB to ~0.5KB for a performance hit of about

View file

@ -4357,7 +4357,7 @@ int mbedtls_ssl_context_load( mbedtls_ssl_context *ssl,
void mbedtls_ssl_config_init( mbedtls_ssl_config *conf ); void mbedtls_ssl_config_init( mbedtls_ssl_config *conf );
/** /**
* \brief Load reasonnable default SSL configuration values. * \brief Load reasonable default SSL configuration values.
* (You need to call mbedtls_ssl_config_init() first.) * (You need to call mbedtls_ssl_config_init() first.)
* *
* \param conf SSL configuration context * \param conf SSL configuration context

View file

@ -101,7 +101,7 @@ void mbedtls_ssl_ticket_init( mbedtls_ssl_ticket_context *ctx );
* supported. Usually that means a 256-bit key. * supported. Usually that means a 256-bit key.
* *
* \note The lifetime of the keys is twice the lifetime of tickets. * \note The lifetime of the keys is twice the lifetime of tickets.
* It is recommended to pick a reasonnable lifetime so as not * It is recommended to pick a reasonable lifetime so as not
* to negate the benefits of forward secrecy. * to negate the benefits of forward secrecy.
* *
* \return 0 if successful, * \return 0 if successful,