Improve description of ERR_PLATFORM_FAULT_DETECTED
diff --git a/include/mbedtls/platform.h b/include/mbedtls/platform.h
index 82d5e33..16f9b8a 100644
--- a/include/mbedtls/platform.h
+++ b/include/mbedtls/platform.h
@@ -45,7 +45,7 @@
 
 #define MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED     -0x0070 /**< Hardware accelerator failed */
 #define MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED -0x0072 /**< The requested feature is not supported by the platform */
-#define MBEDTLS_ERR_PLATFORM_FAULT_DETECTED      -0x0071 /**< A fault was detected in a critical path, likely indicative of an active physical attack */
+#define MBEDTLS_ERR_PLATFORM_FAULT_DETECTED      -0x0071 /**< A hardware fault was detected in a critical path. As a security precaution this should be treated as a potential physical attack */
 
 #ifdef __cplusplus
 extern "C" {