mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-01 22:20:58 +00:00
More spelling corrections
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
e820c0abc8
commit
2e38a0d603
@ -166,9 +166,9 @@ static inline int mbedtls_error_add(int high, int low,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Translate a Mbed TLS error code into a string representation,
|
* \brief Translate an Mbed TLS error code into a string representation.
|
||||||
* Result is truncated if necessary and always includes a terminating
|
* The result is truncated if necessary and always includes a
|
||||||
* null byte.
|
* terminating null byte.
|
||||||
*
|
*
|
||||||
* \param errnum error code
|
* \param errnum error code
|
||||||
* \param buffer buffer to place representation in
|
* \param buffer buffer to place representation in
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
## This file contains a record of how some of the test data was
|
## This file contains a record of how some of the test data was
|
||||||
## generated. The final build products are committed to the repository
|
## generated. The final build products are committed to the repository
|
||||||
## as well to make sure that the test data is identical. You do not
|
## as well to make sure that the test data is identical. You do not
|
||||||
## need to use this makefile unless you're extending mbed TLS's tests.
|
## need to use this makefile unless you're extending Mbed TLS's tests.
|
||||||
|
|
||||||
## Many data files were generated prior to the existence of this
|
## Many data files were generated prior to the existence of this
|
||||||
## makefile, so the method of their generation was not recorded.
|
## makefile, so the method of their generation was not recorded.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user