summaryrefslogtreecommitdiffstats
path: root/src/H5Dchunk.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-01-11 21:34:31 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-01-11 21:34:31 (GMT)
commit3a7b11863a86b07935707b2896a5fd9f7eebf9a3 (patch)
tree57712960393292ac85cd61d5c7c09b668a0f1c6b /src/H5Dchunk.c
parent7b895e1dd8c9fdba0d94bf4100a1be77ee05a64b (diff)
downloadhdf5-3a7b11863a86b07935707b2896a5fd9f7eebf9a3.zip
hdf5-3a7b11863a86b07935707b2896a5fd9f7eebf9a3.tar.gz
hdf5-3a7b11863a86b07935707b2896a5fd9f7eebf9a3.tar.bz2
[svn-r23152] I took out the obsolete function H5PSIwrite_chunk and its related test and performance test.
Tested on koala.
Diffstat (limited to 'src/H5Dchunk.c')
-rw-r--r--src/H5Dchunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c
index c307b8c..e3f060a 100644
--- a/src/H5Dchunk.c
+++ b/src/H5Dchunk.c
@@ -285,7 +285,7 @@ H5FL_BLK_DEFINE_STATIC(chunk);
/*-------------------------------------------------------------------------
* Function: H5D__chunk_direct_write
*
- * Purpose: Internal routine for H5PSIdirect_write to write a chunk
+ * Purpose: Internal routine to write a chunk
* directly into the file.
*
* Return: Non-negative on success/Negative on failure