Skip to content

Commit

Permalink
Fix minor spelling in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bmribler committed Sep 23, 2024
1 parent 3307ff1 commit dc4944d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/H5Ppublic.h
Original file line number Diff line number Diff line change
Expand Up @@ -2499,8 +2499,8 @@ H5_DLL herr_t H5Pset_deflate(hid_t plist_id, unsigned level);
* pipeline
* \param[in] flags Bit vector specifying certain general properties of
* the filter
* \param[in] cd_nelmts Number of elements in \p c_values
* \param[in] c_values Auxiliary data for the filter
* \param[in] cd_nelmts Number of elements in \p cd_values
* \param[in] cd_values Auxiliary data for the filter
*
* \return \herr_t
*
Expand Down Expand Up @@ -2756,7 +2756,7 @@ H5_DLL herr_t H5Pset_deflate(hid_t plist_id, unsigned level);
*
*/
H5_DLL herr_t H5Pset_filter(hid_t plist_id, H5Z_filter_t filter, unsigned int flags, size_t cd_nelmts,
const unsigned int c_values[]);
const unsigned int cd_values[]);
/**
* \ingroup OCPL
*
Expand Down

0 comments on commit dc4944d

Please sign in to comment.