From 0ee1ca5c204516f07f71476906218850a67425a3 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 27 Sep 2007 14:28:04 -0500 Subject: [svn-r14159] Description: Clarify some text in comments. --- src/H5HFcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5HFcache.c b/src/H5HFcache.c index 7e1130b..23bc28e 100644 --- a/src/H5HFcache.c +++ b/src/H5HFcache.c @@ -228,7 +228,7 @@ H5HF_dtable_encode(H5F_t *f, uint8_t **pp, const H5HF_dtable_t *dtable) /* Starting # of rows in root indirect block */ UINT16ENCODE(*pp, dtable->cparam.start_root_rows); - /* Address of table */ + /* Address of root direct/indirect block */ H5F_addr_encode(f, pp, dtable->table_addr); /* Current # of rows in root indirect block */ -- cgit v0.12