From 879e77a5745876ada7774701fa694ec62510800a Mon Sep 17 00:00:00 2001 From: Nicolas Cornu Date: Wed, 12 Jul 2023 20:56:56 +0200 Subject: Fix doc for H5allocate_memory (#3240) --- src/H5public.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5public.h b/src/H5public.h index 895c070..62cf0e1 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -710,7 +710,7 @@ H5_DLL herr_t H5is_library_threadsafe(hbool_t *is_ts); H5_DLL herr_t H5free_memory(void *mem); /** * \ingroup H5 - * \brief Frees memory allocated by the HDF5 library + * \brief Allocates memory that will be freed later internally. * * \param[in] size The size in bytes of the buffer to be allocated * \param[in] clear Flag whether the new buffer is to be initialized with 0 -- cgit v0.12