everywhere: fix typos
Fix a lot of typos Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
This commit is contained in:
parent
210ed711a3
commit
9713f0d47c
331 changed files with 478 additions and 478 deletions
|
@ -11,7 +11,7 @@ config MBEDTLS_PROMPTLESS
|
|||
Symbol to disable the prompt for MBEDTLS selection.
|
||||
This symbol may be used internally in a Kconfig tree to hide the
|
||||
mbed TLS menu prompt and instead handle the selection of MBEDTLS from
|
||||
dependent sub-configurations and thus preven stuck symbol behavior.
|
||||
dependent sub-configurations and thus prevent stuck symbol behavior.
|
||||
|
||||
|
||||
menuconfig MBEDTLS
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
*/
|
||||
/*
|
||||
* Minimal configuration of features that do not require an entropy source
|
||||
* Distinguishing reatures:
|
||||
* Distinguishing features:
|
||||
* - no entropy module
|
||||
* - no TLS protocol implementation available due to absence of an entropy
|
||||
* source
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
|
||||
/*
|
||||
* Save RAM at the expense of interoperability: do this only if you control
|
||||
* both ends of the connection! (See coments in "mbedtls/ssl.h".)
|
||||
* both ends of the connection! (See comments in "mbedtls/ssl.h".)
|
||||
* The minimum size here depends on the certificate chain used as well as the
|
||||
* typical size of records.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue