From ac50fc5e2ffcc28a3150f643f5696199f3b18e07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 10 Aug 2015 13:07:09 +0200 Subject: [PATCH] Fix typo in doc --- 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 2a6cc0c7b..19df9e895 100644 --- a/include/mbedtls/md.h +++ b/include/mbedtls/md.h @@ -154,7 +154,7 @@ int mbedtls_md_init_ctx( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_ * * \param ctx Context to set up. * \param md_info Message digest to use. - * \param hmac 0 to save some meory is HMAC will not be use, + * \param hmac 0 to save some memory if HMAC will not be used, * non-zero is HMAC is going to be used with this context. * * \returns \c 0 on success,