summaryrefslogtreecommitdiffstats
path: root/src/H5Pdcpl.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-09-10 15:33:58 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-09-10 15:33:58 (GMT)
commit0282f2219bdeaf8b7bcd9141b20e4bf02d3a5301 (patch)
treed4a1aa14bc0153ea6ace561978e04a156ba4b095 /src/H5Pdcpl.c
parent59e8237a025bb89b37cce363267d00536bbcf228 (diff)
downloadhdf5-0282f2219bdeaf8b7bcd9141b20e4bf02d3a5301.zip
hdf5-0282f2219bdeaf8b7bcd9141b20e4bf02d3a5301.tar.gz
hdf5-0282f2219bdeaf8b7bcd9141b20e4bf02d3a5301.tar.bz2
[svn-r7455] Purpose:
Checkpoint file format revisions. Description: Clarifications and cleanups related to file format review. Platforms tested: FreeBSD 4.9 (sleipnir) Too minor to need h5committest
Diffstat (limited to 'src/H5Pdcpl.c')
-rw-r--r--src/H5Pdcpl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Pdcpl.c b/src/H5Pdcpl.c
index e43e916..61f179e 100644
--- a/src/H5Pdcpl.c
+++ b/src/H5Pdcpl.c
@@ -1141,8 +1141,7 @@ done:
* be the same type as the dataset but the library must be able
* to convert VALUE to the dataset type when the dataset is
* created. If VALUE is NULL, it will be interpreted as
- * undefining fill value. The fill value property will be
- * removed from property list.
+ * undefining fill value.
*
* Return: Non-negative on success/Negative on failure
*