commit | ac50fc5e2ffcc28a3150f643f5696199f3b18e07 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Mon Aug 10 13:07:09 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Mon Aug 10 13:07:09 2015 +0200 |
tree | 92d9f086486ac991f8d4f68e321d1be9fe94c9ec | |
parent | 854dab96fe932fab42525952f0fc0c2f8a82c514 [diff] [blame] |
Fix typo in doc
diff --git a/include/mbedtls/md.h b/include/mbedtls/md.h index 2a6cc0c..19df9e8 100644 --- a/include/mbedtls/md.h +++ b/include/mbedtls/md.h
@@ -154,7 +154,7 @@ * * \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,