From 5c04b48d7da0e1437c678eae55532d56663de095 Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Tue, 27 Jun 2023 16:23:46 -0500 Subject: [PATCH] docs: improve consistency in verb form (#3076) --- src/H5Fmodule.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/H5Fmodule.h b/src/H5Fmodule.h index 6812ab306fa..579eb079e99 100644 --- a/src/H5Fmodule.h +++ b/src/H5Fmodule.h @@ -265,7 +265,7 @@ * * * #H5garbage_collect - * Garbage collects on all free-lists of all types. + * Collects garbage on all free-lists of all types. * * * #H5get_libversion @@ -343,15 +343,15 @@ * * * #H5Fget_mdc_config - * Obtain current metadata cache configuration for target file. + * Obtains current metadata cache configuration for target file. * * * #H5Fget_mdc_hit_rate - * Obtain target file’s metadata cache hit rate. + * Obtains target file’s metadata cache hit rate. * * * #H5Fget_mdc_size - * Obtain current metadata cache size data for specified file. + * Obtains current metadata cache size data for specified file. * * * #H5Fget_mpi_atomicity @@ -391,15 +391,15 @@ * * * #H5Freset_mdc_hit_rate_stats - * Reset hit rate statistics counters for the target file. + * Resets hit rate statistics counters for the target file. * * * #H5Fset_mdc_config - * Use to configure metadata cache of target file. + * Configures metadata cache of target file. * * * #H5Fset_mpi_atomicity - * Use to set the MPI atomicity mode. + * Sets the MPI atomicity mode. * * * #H5Funmount