summaryrefslogtreecommitdiffstats
path: root/src/H5Fmodule.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-09-11 12:48:13 (GMT)
committerGitHub <noreply@github.com>2023-09-11 12:48:13 (GMT)
commitfbeddf2c9c6141f4ed6e5638711ce8aa2b58b7c1 (patch)
tree1464673c827bbe822846a2120477999f423ea83d /src/H5Fmodule.h
parentfbb9ad25963c5ca8c2f7827c30e9543df5528778 (diff)
downloadhdf5-fbeddf2c9c6141f4ed6e5638711ce8aa2b58b7c1.zip
hdf5-fbeddf2c9c6141f4ed6e5638711ce8aa2b58b7c1.tar.gz
hdf5-fbeddf2c9c6141f4ed6e5638711ce8aa2b58b7c1.tar.bz2
Add missing row for the ROS3 VFD in table #3415 (#3517)
Diffstat (limited to 'src/H5Fmodule.h')
-rw-r--r--src/H5Fmodule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fmodule.h b/src/H5Fmodule.h
index 3e3be07..8a3f8df 100644
--- a/src/H5Fmodule.h
+++ b/src/H5Fmodule.h
@@ -998,7 +998,7 @@
* Additional parameters may be added to these functions in the future.
*
* \subsubsection subsubsec_file_alternate_drivers_split The Split Driver
- * The Split driver, H5FD_SPLIT, is a limited case of the Multi driver where only two files are
+ * The Split driver is a limited case of the Multi driver where only two files are
* created. One file holds metadata, and the other file holds raw data.
* The function #H5Pset_fapl_split is used to manage Split file access properties. See the example
* below.