Skip to content

Commit

Permalink
Fix typos in message index type callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed May 29, 2024
1 parent c13fd2f commit dbb674b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/H5Pfcpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ H5Pget_istore_k(hid_t plist_id, unsigned *ik /*out*/)
* Function: H5P__fcrt_btree_rank_enc
*
* Purpose: Callback routine which is called whenever the index storage
* btree in file creation property list is encoded.
* btree in a file creation property list is encoded.
*
* Return: Success: Non-negative
* Failure: Negative
Expand Down Expand Up @@ -688,7 +688,7 @@ H5P__fcrt_btree_rank_enc(const void *value, void **_pp, size_t *size)
* Function: H5P__fcrt_btree_rank_dec
*
* Purpose: Callback routine which is called whenever the index storage
* btree in file creation property list is decoded.
* btree in a file creation property list is decoded.
*
* Return: Success: Non-negative
* Failure: Negative
Expand Down Expand Up @@ -909,8 +909,8 @@ H5Pget_shared_mesg_index(hid_t plist_id, unsigned index_num, unsigned *mesg_type
* Function: H5P__fcrt_shmsg_index_types_enc
*
* Purpose: Callback routine which is called whenever the shared
* message indec types in file creation property list
* is encoded.
* message index types in a file creation property list
* are encoded.
*
* Return: Success: Non-negative
* Failure: Negative
Expand Down Expand Up @@ -953,8 +953,8 @@ H5P__fcrt_shmsg_index_types_enc(const void *value, void **_pp, size_t *size)
* Function: H5P__fcrt_shmsg_index_types_dec
*
* Purpose: Callback routine which is called whenever the shared
* message indec types in file creation property list
* is decoded.
* message index types in a file creation property list
* are decoded.
*
* Return: Success: Non-negative
* Failure: Negative
Expand Down Expand Up @@ -994,7 +994,7 @@ H5P__fcrt_shmsg_index_types_dec(const void **_pp, void *_value)
* Function: H5P__fcrt_shmsg_index_minsize_enc
*
* Purpose: Callback routine which is called whenever the shared
* message index minsize in file creation property list
* message index minsize in a file creation property list
* is encoded.
*
* Return: Success: Non-negative
Expand Down Expand Up @@ -1038,7 +1038,7 @@ H5P__fcrt_shmsg_index_minsize_enc(const void *value, void **_pp, size_t *size)
* Function: H5P__fcrt_shmsg_index_minsize_dec
*
* Purpose: Callback routine which is called whenever the shared
* message indec minsize in file creation property list
* message index minsize in a file creation property list
* is decoded.
*
* Return: Success: Non-negative
Expand Down

0 comments on commit dbb674b

Please sign in to comment.