From 863148d1fe0b6949708698ad9277dbdba8129e0c Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Tue, 10 Jul 2018 18:13:44 -0500 Subject: fixed typo. --- test/vds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12