Skip to content

Commit

Permalink
Fix grammar in H5Fint.c comment block (HDFGroup#4782)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Aug 29, 2024
1 parent d2be618 commit c54d601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5Fint.c
Original file line number Diff line number Diff line change
Expand Up @@ -1786,7 +1786,7 @@ H5F__check_if_using_file_locks(H5P_genplist_t *fapl, bool *use_file_locking, boo
* s: the open succeeds with flags combination from both the first and second opens
*
* NOTE: If the 'try' flag is true, not opening the file with the
* "non-tentative" VFD 'open' call is not treated an error; SUCCEED is
* "non-tentative" VFD 'open' call is not treated as an error; SUCCEED is
* returned, with the file ptr set to NULL. If 'try' is false, failing
* the "non-tentative" VFD 'open' call generates an error.
*
Expand Down

0 comments on commit c54d601

Please sign in to comment.