diff options
author | Robb Matzke <matzke@llnl.gov> | 2002-03-28 19:27:30 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 2002-03-28 19:27:30 (GMT) |
commit | fc87c2878c37efbf4181c7c6250ffdd81b88b2a1 (patch) | |
tree | aa72aeb9be1d53e562fcbed3e0ef9784eaed4a66 /src | |
parent | eb8d6018207e397b6cf9925b0be6c1374a19e3fd (diff) | |
download | hdf5-fc87c2878c37efbf4181c7c6250ffdd81b88b2a1.zip hdf5-fc87c2878c37efbf4181c7c6250ffdd81b88b2a1.tar.gz hdf5-fc87c2878c37efbf4181c7c6250ffdd81b88b2a1.tar.bz2 |
[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.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5B.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |