summaryrefslogtreecommitdiffstats
path: root/src/H5AC.c
diff options
context:
space:
mode:
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 b63bbf0..73261c7 100644
--- a/src/H5AC.c
+++ b/src/H5AC.c
@@ -328,7 +328,7 @@ H5AC_compare(const void *_a, const void *_b)
* items before this function returns failure.
*
* Return: Non-negative on success/Negative on failure if there was a
- * request to flush all items and something was protected.
+ * request to flush all items and something was protected.
*
* Programmer: Robb Matzke
* matzke@llnl.gov