diff --git a/src/H5Fmodule.h b/src/H5Fmodule.h
index 6812ab306fa..75f2b474541 100644
--- a/src/H5Fmodule.h
+++ b/src/H5Fmodule.h
@@ -265,7 +265,7 @@
*
*
* #H5garbage_collect |
- * Garbage collects on all free-lists of all types. |
+ * Performs garbage collection (GC) 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 |