Fix typos pointed out by check_names
Signed-off-by: Yuto Takano <yuto.takano@arm.com>
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h
index 3c9967e..2730967 100644
--- a/include/mbedtls/config.h
+++ b/include/mbedtls/config.h
@@ -3846,7 +3846,7 @@
* Maximum number of heap-allocated bytes for the purpose of
* DTLS handshake message reassembly and future message buffering.
*
- * This should be at least 9/8 * MBEDTLSSL_IN_CONTENT_LEN
+ * This should be at least 9/8 * MBEDTLS_SSL_IN_CONTENT_LEN
* to account for a reassembled handshake message of maximum size,
* together with its reassembly bitmap.
*