From 56ab3ea5adb7d3cb0057cce8f554f620446758d6 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Thu, 4 Jul 2019 16:40:10 +0100 Subject: [PATCH] [Fixup] Fix alignment of comment in config.h --- include/mbedtls/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 39ed5e86b..91d25501f 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -3622,7 +3622,7 @@ * defined function with signature * int f_send( void*, const unsigned char *, size_t ), * * MBEDTLS_SSL_CONF_RECV_TIMEOUT must evaluate to the name of an - * externally defined function with signature + * externally defined function with signature * int f_recv_timeout( void*, const unsigned char *, size_t, uint32_t ). */ //#define MBEDTLS_SSL_CONF_RECV mbedtls_net_recv