diff options
Diffstat (limited to 'src/H5Cdbg.c')
-rw-r--r-- | src/H5Cdbg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Cdbg.c b/src/H5Cdbg.c index 085ac77..810c1e3 100644 --- a/src/H5Cdbg.c +++ b/src/H5Cdbg.c @@ -264,8 +264,8 @@ H5C_dump_cache_LRU(H5C_t *cache_ptr, const char *cache_name) * Function: H5C_dump_cache_skip_list * * Purpose: Debugging routine that prints a summary of the contents of - * the skip list used by the metadata cache metadata cache to - * maintain an address sorted list of dirty entries. + * the skip list used by the metadata cache metadata cache to + * maintain an address sorted list of dirty entries. * * Return: Non-negative on success/Negative on failure * |