From 3fd171f092e16d135f3f6c14ba36db63898881fd Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Tue, 25 Apr 2023 17:44:28 +0530 Subject: [PATCH] mbedtls: fix small typo in the config file --- components/mbedtls/port/include/mbedtls/esp_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mbedtls/port/include/mbedtls/esp_config.h b/components/mbedtls/port/include/mbedtls/esp_config.h index 4cc3b2d4a7..488063b172 100644 --- a/components/mbedtls/port/include/mbedtls/esp_config.h +++ b/components/mbedtls/port/include/mbedtls/esp_config.h @@ -2996,7 +2996,7 @@ #endif /* This flag makes sure that we are not using - * any functino that is deprecated by mbedtls */ + * any function that is deprecated by mbedtls */ #define MBEDTLS_DEPRECATED_REMOVED #endif /* ESP_CONFIG_H */