1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

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.
*