summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyo-Kyung Lee <hyoklee@hdfgroup.org>2018-07-10 23:13:44 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2018-07-26 22:16:43 (GMT)
commit256f74f5320a5a97fc396b942c7d54331740244d (patch)
tree430e196de02c6cf23af5b5d833016d8a0dbb639e
parentf42c00b5ec649c9502248c53a6ae06bf0f65e092 (diff)
downloadhdf5-256f74f5320a5a97fc396b942c7d54331740244d.zip
hdf5-256f74f5320a5a97fc396b942c7d54331740244d.tar.gz
hdf5-256f74f5320a5a97fc396b942c7d54331740244d.tar.bz2
fixed typo.
-rw-r--r--test/vds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vds.c b/test/vds.c
index 386efe2..66e137f 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