Improve documentation for error code checking

Improve comments explaining error code checking, fix incorrect comments
and make a small formatting fix.

Signed-off-by: Chris Jones <christopher.jones@arm.com>
This commit is contained in:
Chris Jones 2021-04-22 15:28:56 +01:00
parent fdb588b3a7
commit e11e81413d
3 changed files with 18 additions and 6 deletions

View file

@ -122,7 +122,7 @@ extern "C" {
/**
* \brief Combines a high-level and low-level error code together.
*
* Wrapper function for mbedtls_err_add_ext(). See that function for
* Wrapper macro for mbedtls_error_add_ext(). See that function for
* more details.
*/
#define MBEDTLS_ERROR_ADD( high, low ) \