Skip to content

Commit

Permalink
Fix doc for H5allocate_memory (#3240)
Browse files Browse the repository at this point in the history
  • Loading branch information
alkino authored Jul 12, 2023
1 parent dfe5cb2 commit 879e77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5public.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 879e77a

Please sign in to comment.