summaryrefslogtreecommitdiffstats
path: root/src/H5FAcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FAcache.c')
-rw-r--r--src/H5FAcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FAcache.c b/src/H5FAcache.c
index 6d9e22e..5aa06f6 100644
--- a/src/H5FAcache.c
+++ b/src/H5FAcache.c
@@ -505,7 +505,7 @@ H5FA__cache_hdr_free_icr(void *thing)
/* Check arguments */
assert(thing);
- /* Release the extensible array header */
+ /* Release the fixed array header */
if (H5FA__hdr_dest((H5FA_hdr_t *)thing) < 0)
HGOTO_ERROR(H5E_FARRAY, H5E_CANTFREE, FAIL, "can't free fixed array header");