summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2018-07-16 04:35:54 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-07-16 04:35:54 (GMT)
commit0f6d0803ef7af2194c5bc4a8a4e9608e2e94631e (patch)
tree29de504c3d8bfd9d6a20f7a88b71982fd94f698c /test
parentfafa49ef7fcced8d1cfe17305a66b07b95d11813 (diff)
parent863148d1fe0b6949708698ad9277dbdba8129e0c (diff)
downloadhdf5-0f6d0803ef7af2194c5bc4a8a4e9608e2e94631e.zip
hdf5-0f6d0803ef7af2194c5bc4a8a4e9608e2e94631e.tar.gz
hdf5-0f6d0803ef7af2194c5bc4a8a4e9608e2e94631e.tar.bz2
Merge pull request #1128 in HDFFV/hdf5 from HDFFV-10525-typo-in-vds.c to develop
* commit '863148d1fe0b6949708698ad9277dbdba8129e0c': fixed typo.
Diffstat (limited to 'test')
-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