mbedtls: fix small typo in the config file

This commit is contained in:
Mahavir Jain 2023-04-25 17:44:28 +05:30
parent 873ac173c4
commit 3fd171f092
No known key found for this signature in database
GPG Key ID: 99324EF4A00734E0

View File

@ -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 */