summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-09-16 21:31:04 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2019-09-16 21:31:04 (GMT)
commitf16d86d3e742a666a645a9e092a0781e465c9362 (patch)
treee15abd99ebc3bdfb57a852226b1dc594bf61fa3c /src
parent2cb57cb92652fe758415b290f1df3552f3e67f5d (diff)
downloadhdf5-f16d86d3e742a666a645a9e092a0781e465c9362.zip
hdf5-f16d86d3e742a666a645a9e092a0781e465c9362.tar.gz
hdf5-f16d86d3e742a666a645a9e092a0781e465c9362.tar.bz2
Update function documentation. NFCI.
Diffstat (limited to 'src')
-rw-r--r--src/H5PB.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5PB.c b/src/H5PB.c
index 201de7f..da94ffb 100644
--- a/src/H5PB.c
+++ b/src/H5PB.c
@@ -3960,13 +3960,13 @@ done:
/*-------------------------------------------------------------------------
*
- * Function: H5PB__write_raw
+ * Function: H5PB__write_raw
*
- * Purpose: Satisfy a raw data read in cases 3 and 4 from H5PB_write().
+ * Purpose: Satisfy a raw data write in cases 3 and 4 from H5PB_write().
* Specifically:
*
* 3) If the write is raw data, and it of page size or
- * larger, write directly from the HDF5 file.
+ * larger, write directly to the HDF5 file.
*
* It is possible that the write intersects one or more
* pages in the page buffer -- test for this and update