[svn-r14159] Description:

Clarify some text in comments.
This commit is contained in:
Quincey Koziol 2007-09-27 14:28:04 -05:00
parent 6dca2239bd
commit 0ee1ca5c20

View File

@ -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 */