From d75b782d0d4be34f57295b79267f1c0a0d808e3c Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Fri, 18 Mar 2016 16:28:20 +0000 Subject: [PATCH] Fix a typo that confuses check-names.sh --- include/mbedtls/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/debug.h b/include/mbedtls/debug.h index 7d944f3f64..2957996407 100644 --- a/include/mbedtls/debug.h +++ b/include/mbedtls/debug.h @@ -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. *