aboutsummaryrefslogtreecommitdiff
path: root/include/mbedtls/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbedtls/config.h')
-rw-r--r--include/mbedtls/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h
index 4ac141ef9..9b885973b 100644
--- a/include/mbedtls/config.h
+++ b/include/mbedtls/config.h
@@ -657,10 +657,10 @@
/**
* \def MBEDTLS_FI_COUNTERMEASURES
*
- * Add countermeasures against possible FI attack.
+ * Add countermeasures against a possible FI attack.
*
- * Uncommenting this macro inrease sode size and slow performence,
- * it peforms double calls and double result checks of some crypto functions
+ * Uncommenting this macro increases code size and slows performance,
+ * it performs double calls and double result checks of some crypto functions
*/
//#define MBEDTLS_FI_COUNTERMEASURES