chore: fix typos (#6273)

This commit is contained in:
H. Joe Lee
2026-03-06 16:06:37 -06:00
committed by GitHub
parent 9bd7c5f3d9
commit 7a8017284d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1695,7 +1695,7 @@ H5Location::mount(const char *name, const H5File &child, const PropList &plist)
hid_t plist_id = plist.getId();
hid_t child_id = child.getId();
// Call C routine H5Fmount to do the mouting
// Call C routine H5Fmount to do the mounting
herr_t ret_value = H5Fmount(getId(), name, child_id, plist_id);
// Raise exception if H5Fmount returns negative value
@@ -1723,7 +1723,7 @@ H5Location::mount(const H5std_string &name, const H5File &child, const PropList
void
H5Location::unmount(const char *name) const
{
// Call C routine H5Fmount to do the mouting
// Call C routine H5Funmount to do the unmounting
herr_t ret_value = H5Funmount(getId(), name);
// Raise exception if H5Funmount returns negative value
+1 -1
View File
@@ -196,7 +196,7 @@
} /* end if */ \
} /* end if */
/* Flags for a message class's "sharability" */
/* Flags for a message class's "shareability" */
#define H5O_SHARE_IS_SHARABLE 0x01
#define H5O_SHARE_IN_OHDR 0x02