summaryrefslogtreecommitdiffstats
path: root/src/H5AC.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/H5AC.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/H5AC.c')
-rw-r--r--src/H5AC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5AC.c b/src/H5AC.c
index 60f0230..31caf90 100644
--- a/src/H5AC.c
+++ b/src/H5AC.c
@@ -2432,7 +2432,7 @@ done:
/*------------------------------------------------------------------------------
* Function: H5AC_expunge_tag_type_metadata()
*
- * Purpose: Wrapper for cache level function which expunge entries with
+ * Purpose: Wrapper for cache level function which expunges entries with
* a specific tag and type id.
*
* Return: SUCCEED on success, FAIL otherwise.