From 33151a523d32fe710de2d548b9df5e1ccd30597e Mon Sep 17 00:00:00 2001 From: Matthew Larson Date: Thu, 23 May 2024 16:17:04 -0500 Subject: [PATCH] Fix typo in DAPL callback documentation --- 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. *