Fix a typo that confuses check-names.sh

This commit is contained in:
Janos Follath 2016-03-18 16:28:20 +00:00
parent 2e3aca2c9e
commit d75b782d0d

View file

@ -97,7 +97,7 @@ extern "C" {
void mbedtls_debug_set_threshold( int threshold );
/**
* \brief Print a message to the debug output. This function is always used
* \brief Print a message to the debug output. This function is always used
* through the MBEDTLS_SSL_DEBUG_MSG() macro, which supplies the ssl
* context, file and line number parameters.
*