Fix a typo in documentation
diff --git a/include/mbedtls/platform_util.h b/include/mbedtls/platform_util.h
index 105b43c..2dc0fb7 100644
--- a/include/mbedtls/platform_util.h
+++ b/include/mbedtls/platform_util.h
@@ -67,7 +67,7 @@
* errors which may be due to issues in the application software.
*
* This function will be called unless an alternative treatement
- * is defined through the MBEDTLS_PARAM_FAILURE() macro.
+ * is defined through the MBEDTLS_PARAM_FAILED() macro.
*
* This function can return, and the operation will be aborted, or
* alternatively, through use of setjmp()/longjmp() can resume