diff options
author | Nicolas Cornu <me+github@alkino.fr> | 2023-07-12 18:56:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-12 18:56:56 (GMT) |
commit | 879e77a5745876ada7774701fa694ec62510800a (patch) | |
tree | 6ddd50fb3d7e3d248b9ca98d36134af7c1c2aee5 /src | |
parent | dfe5cb24b9e6ef2bbe092b0d6147ac5c3c7837b5 (diff) | |
download | hdf5-879e77a5745876ada7774701fa694ec62510800a.zip hdf5-879e77a5745876ada7774701fa694ec62510800a.tar.gz hdf5-879e77a5745876ada7774701fa694ec62510800a.tar.bz2 |
Fix doc for H5allocate_memory (#3240)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5public.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |