From d3f5e07b1eea230c7ab340ac9fe24dffa8406355 Mon Sep 17 00:00:00 2001 From: mattjala <124107509+mattjala@users.noreply.github.com> Date: Fri, 24 May 2024 07:41:07 -0500 Subject: [PATCH] Fix typo in DAPL callback documentation (#4523) --- src/H5Pdapl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Pdapl.c b/src/H5Pdapl.c index 07b1d84878f..fd6f2e2ddf9 100644 --- a/src/H5Pdapl.c +++ b/src/H5Pdapl.c @@ -302,7 +302,7 @@ H5P__dapl_vds_file_pref_get(hid_t H5_ATTR_UNUSED prop_id, const char H5_ATTR_UNU /*------------------------------------------------------------------------- * Function: H5P__dapl_vds_file_pref_enc * - * Purpose: Callback routine which is called whenever the vds file flags + * Purpose: Callback routine which is called whenever the vds file prefix * property in the dataset access property list is * encoded. *