diff options
author | Hyo-Kyung Lee <hyoklee@hdfgroup.org> | 2018-07-12 23:45:30 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-07-26 22:18:23 (GMT) |
commit | 9e3ee40a3bad2632348b0e2c30ba225487268e57 (patch) | |
tree | 21e37759504cd572a02267e042e8e440116916f2 | |
parent | c3f4af256a51e4ba70a984c32cf0f5e68a665a61 (diff) | |
download | hdf5-9e3ee40a3bad2632348b0e2c30ba225487268e57.zip hdf5-9e3ee40a3bad2632348b0e2c30ba225487268e57.tar.gz hdf5-9e3ee40a3bad2632348b0e2c30ba225487268e57.tar.bz2 |
HDFFV-10527:corrected typos in comment blocks.
-rw-r--r-- | src/H5FS.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |