Skip to content

Commit

Permalink
Fix minor spelling in documentation (#4870)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmribler authored Sep 24, 2024
1 parent e014493 commit abcdffb
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 abcdffb

Please sign in to comment.