Skip to content

Commit

Permalink
chore: fix grammar in H5Fint.c comment block
Browse files Browse the repository at this point in the history
close #248
  • Loading branch information
hyoklee committed Aug 29, 2024
1 parent 107d3bb commit c6a3d49
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 @@ -1985,7 +1985,7 @@ H5F_open(bool try, H5F_t **_file, const char *name, unsigned flags, hid_t fcpl_i
if ((ci_load || ci_write) && (flags & (H5F_ACC_SWMR_READ | H5F_ACC_SWMR_WRITE)))
HGOTO_ERROR(H5E_FILE, H5E_UNSUPPORTED, FAIL, "can't have both SWMR and cache image");

/* Retain the name the file was opened with */
/* Retain the original filename. */
file->open_name = H5MM_xstrdup(name);

/* Short cuts */
Expand Down

0 comments on commit c6a3d49

Please sign in to comment.