From cacc0ea144c3c455c7d504b9883638bc7f48cfcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 23 Feb 2023 09:42:37 +0100 Subject: [PATCH] Fix a couple more typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- include/mbedtls/md.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/md.h b/include/mbedtls/md.h index e3561ba9d..8c77ea0c0 100644 --- a/include/mbedtls/md.h +++ b/include/mbedtls/md.h @@ -4,7 +4,7 @@ * \brief This file contains the generic functions for message-digest * (hashing) and HMAC. * - * Availability of functions in this modules is controled by two + * Availability of functions in this module is controlled by two * feature macros: * - #MBEDTLS_MD_C enables the whole module; * - #MBEDTLS_MD_LIGHT enables only functions for hashing and accessing