[Fixup] Fix typos in documentation of min/max version macros
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h
index 3a8a5d7..d47102c 100644
--- a/include/mbedtls/ssl.h
+++ b/include/mbedtls/ssl.h
@@ -3019,10 +3019,10 @@
* \note With DTLS, use MBEDTLS_SSL_MINOR_VERSION_2 for DTLS 1.0 and
* MBEDTLS_SSL_MINOR_VERSION_3 for DTLS 1.2
*
- * \note On constrained systems, the minimum major/minor version can
+ * \note On constrained systems, the maximum major/minor version can
* also be configured at compile-time by setting
- * MBEDTLS_SSL_CONF_MIN_MAJOR_VER and
- * MBEDTLS_SSL_CONF_MIN_MINOR_VER.
+ * MBEDTLS_SSL_CONF_MAX_MAJOR_VER and
+ * MBEDTLS_SSL_CONF_MAX_MINOR_VER.
*
* \param conf SSL configuration
* \param major Major version number (only MBEDTLS_SSL_MAJOR_VERSION_3 supported)
@@ -3046,8 +3046,8 @@
*
* \note On constrained systems, the minimum major/minor version can
* also be configured at compile-time by setting
- * MBEDTLS_SSL_CONF_MAX_MAJOR_VER and
- * MBEDTLS_SSL_CONF_MAX_MINOR_VER.
+ * MBEDTLS_SSL_CONF_MIN_MAJOR_VER and
+ * MBEDTLS_SSL_CONF_MIN_MINOR_VER.
*
* \param conf SSL configuration
* \param major Major version number (only MBEDTLS_SSL_MAJOR_VERSION_3 supported)