mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-04-26 04:46:32 +00:00
Fix a typo that confuses check-names.sh
This commit is contained in:
parent
2e3aca2c9e
commit
d75b782d0d
|
@ -97,7 +97,7 @@ extern "C" {
|
||||||
void mbedtls_debug_set_threshold( int threshold );
|
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
|
* through the MBEDTLS_SSL_DEBUG_MSG() macro, which supplies the ssl
|
||||||
* context, file and line number parameters.
|
* context, file and line number parameters.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue