summaryrefslogtreecommitdiffstats
path: root/src/H5X.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5X.c')
-rw-r--r--src/H5X.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5X.c b/src/H5X.c
index af8bb07..4123c46 100644
--- a/src/H5X.c
+++ b/src/H5X.c
@@ -676,7 +676,7 @@ H5Xget_count_ff(hid_t scope_id, hsize_t *idx_count, hid_t rcxt_id,
vol_plugin->nrefs ++;
}
- /* TODO for now idx_count is flag exist */
+ /* Get index info */
if (FAIL == H5VL_iod_dataset_get_index_info(dset, idx_count, NULL, NULL,
rcxt_id, req))
HGOTO_ERROR(H5E_INDEX, H5E_CANTSET, FAIL, "cannot get indexing info from dataset");