From fc87c2878c37efbf4181c7c6250ffdd81b88b2a1 Mon Sep 17 00:00:00 2001 From: Robb Matzke Date: Thu, 28 Mar 2002 14:27:30 -0500 Subject: [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 * H5B_assert: Fixed typos in comments. --- src/H5B.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5B.c b/src/H5B.c index 40cadad..0adbca0 100644 --- a/src/H5B.c +++ b/src/H5B.c @@ -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. */ -- cgit v0.12