mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
Fixed additional typos in tselect.c comments.
This commit is contained in:
parent
dbba42c306
commit
c78326eb92
@ -15476,7 +15476,7 @@ test_hyper_io_1d(void)
|
||||
|
||||
/****************************************************************
|
||||
**
|
||||
** test_get_extent_no_class:
|
||||
** test_h5s_set_extent_none:
|
||||
** Test to verify the behavior of dataspace code when passed
|
||||
** a dataspace modified by H5Sset_extent_none().
|
||||
**
|
||||
@ -15542,7 +15542,7 @@ test_h5s_set_extent_none(void)
|
||||
ret = H5Sclose(null_sid);
|
||||
CHECK(ret, FAIL, "H5Sclose");
|
||||
|
||||
} /* test_get_extent_no_class() */
|
||||
} /* test_h5s_set_extent_none() */
|
||||
|
||||
|
||||
/****************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user