Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Mar 25, 2024
1 parent 3db7d84 commit 44b78d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5Tcommit.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ H5T__commit(H5F_t *file, H5T_t *type, hid_t tcpl_id)
if (ohdr_created) {
H5O_loc_t *oloc_ptr; /* Pointer to object header location */

/* Point at correct object header location, depending on state when failure occured */
/* Point at correct object header location, depending on state when failure occurred */
if (loc_init)
oloc_ptr = &temp_oloc;
else
Expand Down

0 comments on commit 44b78d0

Please sign in to comment.