Correct typo in documentation of MBEDTLS_SSL_RENEGOTIATION
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h
index 8aee63f..50239e1 100644
--- a/include/mbedtls/config.h
+++ b/include/mbedtls/config.h
@@ -1188,7 +1188,7 @@
 /**
  * \def MBEDTLS_SSL_RENEGOTIATION
  *
- * Disable support for TLS renegotiation.
+ * Enable support for TLS renegotiation.
  *
  * The two main uses of renegotiation are (1) refresh keys on long-lived
  * connections and (2) client authentication after the initial handshake.