summaryrefslogtreecommitdiffstats
path: root/src/H5FD.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-04-25 21:29:00 (GMT)
committerGitHub <noreply@github.com>2022-04-25 21:29:00 (GMT)
commit0fffb26c013146cc817ab1c9f2956ad84919a63e (patch)
treead6e1170886cf68a346802134681aeebe94d7c25 /src/H5FD.c
parent0fba6cbcda103b8b6f71caa56158cf0a12d77049 (diff)
downloadhdf5-0fffb26c013146cc817ab1c9f2956ad84919a63e.zip
hdf5-0fffb26c013146cc817ab1c9f2956ad84919a63e.tar.gz
hdf5-0fffb26c013146cc817ab1c9f2956ad84919a63e.tar.bz2
Minor things noticed while bringing VFD SWMR in line with develop (#1691)
Diffstat (limited to 'src/H5FD.c')
-rw-r--r--src/H5FD.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FD.c b/src/H5FD.c
index 4357aa4..6584843 100644
--- a/src/H5FD.c
+++ b/src/H5FD.c
@@ -2193,7 +2193,7 @@ H5FD_ctl(H5FD_t *file, uint64_t op_code, uint64_t flags, const void *input, void
else if (flags & H5FD_CTL__FAIL_IF_UNKNOWN_FLAG) {
HGOTO_ERROR(H5E_VFL, H5E_FCNTL, FAIL,
- "VFD ctl request failed (no ctl and fail if unknown flag is set)")
+ "VFD ctl request failed (no ctl callback and fail if unknown flag is set)")
}
done: