commit | 8ba88f0460c76e75456bc0da8746b43b26ba0667 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 22 12:14:20 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 22 14:40:56 2015 +0200 |
tree | b70e24d7548c5804174dfaf6bbdac0e43023032e | |
parent | f9cbd73191dfef8c0b369f29c029651bae377581 [diff] [blame] |
Fix stupid typo in documentation
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index f1cfe75..1fe730c 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.