summaryrefslogtreecommitdiffstats
path: root/test/vds.c
diff options
context:
space:
mode:
authorHyo-Kyung Lee <hyoklee@hdfgroup.org>2018-07-10 23:13:44 (GMT)
committerHyo-Kyung Lee <hyoklee@hdfgroup.org>2018-07-10 23:13:44 (GMT)
commit863148d1fe0b6949708698ad9277dbdba8129e0c (patch)
tree608851e37e18d76327bf4e987cf34b60702e247c /test/vds.c
parentb6fcbf4bb0f693fd6a0517f0ff3f74d52b329d1e (diff)
downloadhdf5-863148d1fe0b6949708698ad9277dbdba8129e0c.zip
hdf5-863148d1fe0b6949708698ad9277dbdba8129e0c.tar.gz
hdf5-863148d1fe0b6949708698ad9277dbdba8129e0c.tar.bz2
fixed typo.
Diffstat (limited to 'test/vds.c')
-rw-r--r--test/vds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vds.c b/test/vds.c
index 3f00224..4f03bbd 100644
--- a/test/vds.c
+++ b/test/vds.c
@@ -115,7 +115,7 @@ vds_select_equal(hid_t space1, hid_t space2)
if(npoints1 != npoints2)
return FALSE;
- /* Allocate point lists. Do not return directly afer
+ /* Allocate point lists. Do not return directly after
* allocating, to make sure buffers are freed. */
if(NULL == (buf1 = (hsize_t *)HDmalloc((size_t)rank1 * (size_t)npoints1 * sizeof(hsize_t))))
TEST_ERROR