mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 16:28:15 +00:00
Fix a typo that confuses check-names.sh
This commit is contained in:
parent
2e3aca2c9e
commit
d75b782d0d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue