summaryrefslogtreecommitdiffstats
path: root/src/H5FS.c
diff options
context:
space:
mode:
authorHyo-Kyung Lee <hyoklee@hdfgroup.org>2018-07-12 23:45:30 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2018-07-26 22:18:23 (GMT)
commit9e3ee40a3bad2632348b0e2c30ba225487268e57 (patch)
tree21e37759504cd572a02267e042e8e440116916f2 /src/H5FS.c
parentc3f4af256a51e4ba70a984c32cf0f5e68a665a61 (diff)
downloadhdf5-9e3ee40a3bad2632348b0e2c30ba225487268e57.zip
hdf5-9e3ee40a3bad2632348b0e2c30ba225487268e57.tar.gz
hdf5-9e3ee40a3bad2632348b0e2c30ba225487268e57.tar.bz2
HDFFV-10527:corrected typos in comment blocks.
Diffstat (limited to 'src/H5FS.c')
-rw-r--r--src/H5FS.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FS.c b/src/H5FS.c
index e1a760f..1d90df0 100644
--- a/src/H5FS.c
+++ b/src/H5FS.c
@@ -135,7 +135,7 @@ HDfprintf(stderr, "%s: Creating free space manager, nclasses = %Zu\n", FUNC, ncl
fspace->alignment = alignment;
fspace->align_thres = threshold;
- /* Check if the free space tracker is supposed to be persistant */
+ /* Check if the free space tracker is supposed to be persistent */
if(fs_addr) {
/* Allocate space for the free space header */
if(HADDR_UNDEF == (fspace->addr = H5MF_alloc(f, H5FD_MEM_FSPACE_HDR, (hsize_t)fspace->hdr_size)))
@@ -883,7 +883,7 @@ H5FS_alloc_sect(H5F_t *f, H5FS_t *fspace)
HGOTO_ERROR(H5E_FSPACE, H5E_CANTINIT, FAIL, "can't add free space sections to cache")
/* Since space has been allocated for the section info and the sinfo
- * has been inserted into the cache, relinquish owership (i.e. float)
+ * has been inserted into the cache, relinquish ownership (i.e. float)
* the section info.
*/
fspace->sinfo = NULL;