mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r14159] Description:
Clarify some text in comments.
This commit is contained in:
parent
6dca2239bd
commit
0ee1ca5c20
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user