summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyo-Kyung Lee <hyoklee@hdfgroup.org>2018-07-12 23:56:20 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2018-07-26 22:18:30 (GMT)
commit883f0a4eb8d06d5b7be44a95f6df57ddff2dcc4d (patch)
treeaabe01f9e396caeca5ee9e67cf0ead7de64b1312
parent9e3ee40a3bad2632348b0e2c30ba225487268e57 (diff)
downloadhdf5-883f0a4eb8d06d5b7be44a95f6df57ddff2dcc4d.zip
hdf5-883f0a4eb8d06d5b7be44a95f6df57ddff2dcc4d.tar.gz
hdf5-883f0a4eb8d06d5b7be44a95f6df57ddff2dcc4d.tar.bz2
HDFFV-10527:corrected two more typos.
-rw-r--r--src/H5FS.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FS.c b/src/H5FS.c
index 1d90df0..113c8ae 100644
--- a/src/H5FS.c
+++ b/src/H5FS.c
@@ -423,7 +423,7 @@ HDfprintf(stderr, "%s: fspace->tot_sect_count = %Hu, fspace->serial_sect_count =
HDfprintf(stderr, "%s: fspace->alloc_sect_size = %Hu, fspace->sect_size = %Hu\n", FUNC, fspace->alloc_sect_size, fspace->sect_size);
#endif /* H5FS_DEBUG */
/* If there are sections to serialize, update them */
- /* (if the free space manager is persistant) */
+ /* (if the free space manager is persistent) */
if(fspace->serial_sect_count > 0 && H5F_addr_defined(fspace->addr)) {
#ifdef H5FS_DEBUG
HDfprintf(stderr, "%s: Real sections to store in file\n", FUNC);
@@ -794,7 +794,7 @@ HDfprintf(stderr, "%s: Marking free space header as dirty\n", FUNC);
/* Sanity check */
HDassert(fspace);
- /* Check if the free space manager is persistant */
+ /* Check if the free space manager is persistent */
if(H5F_addr_defined(fspace->addr))
/* Mark header as dirty in cache */
if(H5AC_mark_entry_dirty(fspace) < 0)