summaryrefslogtreecommitdiffstats
path: root/src/H5FDstdio.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-08-09 23:11:14 (GMT)
committerGitHub <noreply@github.com>2022-08-09 23:11:14 (GMT)
commit4c66bf627ec4b963f026bbfa7101127271644f79 (patch)
tree4a4352a58dde0a80f7f72eab56484ddd94ec2294 /src/H5FDstdio.h
parentfc9f31ad8c8ff4122e8bb2997e0a2bfa89cb054b (diff)
downloadhdf5-4c66bf627ec4b963f026bbfa7101127271644f79.zip
hdf5-4c66bf627ec4b963f026bbfa7101127271644f79.tar.gz
hdf5-4c66bf627ec4b963f026bbfa7101127271644f79.tar.bz2
Merge UG from 1.10 and add prelim vol section (#1980)
* Merge UG from 1.10 and add prelim vol section * Spelling fixes * Merge format and autotools javadoc from 1.10
Diffstat (limited to 'src/H5FDstdio.h')
-rw-r--r--src/H5FDstdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDstdio.h b/src/H5FDstdio.h
index 9db92ed..6d1cdf3 100644
--- a/src/H5FDstdio.h
+++ b/src/H5FDstdio.h
@@ -38,7 +38,7 @@ H5_DLL hid_t H5FD_stdio_init(void);
* \returns \herr_t
*
* \details H5Pset_fapl_stdio() modifies the file access property list to use
- * the standard I/O driver, H5FDstdio().
+ * the standard I/O driver, H5FDstdio.
*
* \since 1.4.0
*