summaryrefslogtreecommitdiffstats
path: root/src/H5D.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5D.c')
-rw-r--r--src/H5D.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5D.c b/src/H5D.c
index 3222b66..5c4591d 100644
--- a/src/H5D.c
+++ b/src/H5D.c
@@ -4034,7 +4034,7 @@ H5D_flush(const H5F_t *f, hid_t dxpl_id, unsigned flags)
/* Check args */
assert(f);
- /* Update layout message for compact dataset */
+ /* Retrieve the # of outstanding dataset IDs */
num_dsets=H5F_get_obj_count(f, H5F_OBJ_DATASET);
/* Check for something to do */