mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Fix spelling of 'reasonable' in comments
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
@ -1273,7 +1273,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
|
||||||
|
@ -4827,7 +4827,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
|
||||||
|
Reference in New Issue
Block a user