diff options
author | mainzer <mainzer#hdfgroup.org> | 2020-08-17 13:19:33 (GMT) |
---|---|---|
committer | mainzer <mainzer#hdfgroup.org> | 2020-08-17 13:19:33 (GMT) |
commit | d00bab96fb4da12a18b5de528c96469978c4c927 (patch) | |
tree | 9a90b0ab5ddf07e1bbb56dab581e6f1f48cbfe54 /src/H5Cdbg.c | |
parent | 7b9f61c1575c53efb996f6934262f17f7870ddc6 (diff) | |
download | hdf5-d00bab96fb4da12a18b5de528c96469978c4c927.zip hdf5-d00bab96fb4da12a18b5de528c96469978c4c927.tar.gz hdf5-d00bab96fb4da12a18b5de528c96469978c4c927.tar.bz2 |
Minor copy edits to comments -- no code changes.inactive/mdc_sl_opt
Diffstat (limited to 'src/H5Cdbg.c')
-rw-r--r-- | src/H5Cdbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Cdbg.c b/src/H5Cdbg.c index 2585eae..ea27858 100644 --- a/src/H5Cdbg.c +++ b/src/H5Cdbg.c @@ -272,7 +272,7 @@ H5C_dump_cache_LRU(H5C_t *cache_ptr, const char *cache_name) * Programmer: John Mainzer * 11/15/14 * - * Changes: Updated function for the slist_enabled field in H6C_t. + * Changes: Updated function for the slist_enabled field in H5C_t. * Recall that to minimize slist overhead, the slist is * empty and not maintained if cache_ptr->slist_enabled is * false. |