Document mbedtls_calloc zeroization

Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
diff --git a/include/mbedtls/platform.h b/include/mbedtls/platform.h
index 9033852..121ba3a 100644
--- a/include/mbedtls/platform.h
+++ b/include/mbedtls/platform.h
@@ -140,6 +140,7 @@
 
 /*
  * The function pointers for calloc and free.
+ * mbedtls_calloc will allocate and zeroize the buffer.
  */
 #if defined(MBEDTLS_PLATFORM_MEMORY)
 #if defined(MBEDTLS_PLATFORM_FREE_MACRO) && \