From 8ba88f0460c76e75456bc0da8746b43b26ba0667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 22 Jun 2015 12:14:20 +0200 Subject: [PATCH] Fix stupid typo in documentation --- 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 f1cfe75b7..1fe730c5b 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -278,7 +278,7 @@ //#define MBEDTLS_AES_DECRYPT_ALT /** - * \def MBEDTLS_EMTROPY_HARDWARE_ALT + * \def MBEDTLS_ENTROPY_HARDWARE_ALT * * Uncomment this macro to let mbed TLS use your own implementation of a * hardware entropy collector.