Skip to content

Commit

Permalink
fixed brief description for H5Fget_info
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jul 19, 2023
1 parent 10106cc commit d00ad72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/H5Fpublic.h
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ H5_DLL ssize_t H5Fget_name(hid_t obj_id, char *name, size_t size);
/**
* \ingroup H5F
*
* \brief Retrieves name of file to which object belongs
* \brief Retrieves global file information
*
* \fgdta_obj_id
* \param[out] file_info Buffer for global file information
Expand Down Expand Up @@ -1845,7 +1845,7 @@ typedef struct H5F_info1_t {
/**
* \ingroup H5F
*
* \brief Retrieves name of file to which object belongs
* \brief Retrieves global file information
*
* \fgdta_obj_id
* \param[out] file_info Buffer for global file information
Expand Down

0 comments on commit d00ad72

Please sign in to comment.