summaryrefslogtreecommitdiffstats
path: root/src/H5R.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5R.c')
-rw-r--r--src/H5R.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5R.c b/src/H5R.c
index 95abc32..1c89b22 100644
--- a/src/H5R.c
+++ b/src/H5R.c
@@ -323,7 +323,7 @@ done:
M. Scot Breitenfeld
22 January 2014
Changed the behavior for the returned value of the function when name is NULL.
- If name is NULL then size is ignored and the function returns the size
+ If name is NULL then size is ignored and the function returns the size
of the name buffer (not including the NULL terminator), it still returns
negative on failure.
--------------------------------------------------------------------------*/