config: Fixup parameter validation
Correct the comment for the parameter validation enabling define.
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h
index 29ceddc..ef85637 100644
--- a/include/mbedtls/config.h
+++ b/include/mbedtls/config.h
@@ -222,10 +222,10 @@
//#define MBEDTLS_DEPRECATED_REMOVED
/**
- * \def MBEDTLS_PARAM_VALIDATION_LEVEL
+ * \def MBEDTLS_CHECK_PARAMS
*
- * The defined parameter validation level for the library. This configuration
- * controls whether the library validates parameters passed to it.
+ * This configuration controls whether the library validates parameters passed
+ * to it.
*
* Application code that deals with 3rd party input may wish to enable such
* validation, whilst code on closed systems, such as embedded systems, where