diff options
Diffstat (limited to 'src/H5Tcommit.c')
-rw-r--r-- | src/H5Tcommit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tcommit.c b/src/H5Tcommit.c index 4c6eb87..e842c78 100644 --- a/src/H5Tcommit.c +++ b/src/H5Tcommit.c @@ -150,7 +150,7 @@ done: * into a "named", immutable type. * * The resulting ID should be linked into the file with - * H5Lcreate or it will be deleted when closed. + * H5Llink or it will be deleted when closed. * * Return: Non-negative on success/Negative on failure * |