[svn-r5108] ./hdf5-devel/src/H5B.c

Merge of name component length limit bugfix from 1.4 branch.
A couple of very minor typos fixed.

2002-03-18 14:30:58 Robb Matzke  <matzke@arborea.spizella.com>
	* H5B_assert: Fixed typos in comments.
This commit is contained in:
Robb Matzke 2002-03-28 14:27:30 -05:00
parent eb8d601820
commit fc87c2878c

View File

@ -1759,7 +1759,7 @@ H5B_remove_helper(H5F_t *f, haddr_t addr, const H5B_class_t *type,
}
} else if (type->remove) {
/*
* We're at a leave node but the leave node points to an object that
* We're at a leaf node but the leaf node points to an object that
* has a removal method. Pass the removal request to the pointed-to
* object and let it decide how to progress.
*/