summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5P.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5P.c b/src/H5P.c
index 64f2d1c..4d09a23 100644
--- a/src/H5P.c
+++ b/src/H5P.c
@@ -3575,7 +3575,7 @@ done:
* Function: H5Pset_fill_time
*
* Purpose: Set fill value writing time for dataset. Valid values are
- * H5D_ALLOC and H5D_NEVER.
+ * H5D_FILL_TIME_ALLOC and H5D_FILL_TIME_NEVER.
*
* Return: Non-negative on success/Negative on failure
*