Skip to content

Commit

Permalink
Fix grammar in H5Odtype.c comment block (#4777)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Aug 27, 2024
1 parent 90b0741 commit b568738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5Odtype.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ H5O__dtype_decode_helper(unsigned *ioflags /*in,out*/, const uint8_t **pp, H5T_t
* that case is impossible.
*
* Instead of using our normal H5_IS_BUFFER_OVERFLOW macro, use
* H5_IS_KNOWN_BUFFER_OVERFLOW, which will skip the check when the
* H5_IS_KNOWN_BUFFER_OVERFLOW, which will skip the check when
* we're decoding a buffer from H5Tconvert().
*
* Even if this is fixed at some point in the future, as long as we
Expand Down

0 comments on commit b568738

Please sign in to comment.