From e40c86fb2dd8f9ad73686abdff26963c357b919e Mon Sep 17 00:00:00 2001 From: James Laird Date: Fri, 29 Sep 2006 14:19:54 -0500 Subject: [svn-r12694] Fixed a couple of typos in the comment block for H5Oincr_refcount. --- src/H5O.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5O.c b/src/H5O.c index d8f5afe..d049777 100644 --- a/src/H5O.c +++ b/src/H5O.c @@ -439,8 +439,8 @@ done: * and other VERY BAD THINGS! * * This function increments the "hard link" reference count - * for an object. It should be used a user-defined link - * that references an object by address is deleted. When the + * for an object. It should be used when a user-defined link + * that references an object by address is created. When the * link is deleted, H5Odecr_refcount should be used. * * Return: Success: Non-negative -- cgit v0.12