diff options
author | starfire <no_author@starfire> | 2006-07-10 15:47:58 (GMT) |
---|---|---|
committer | starfire <no_author@starfire> | 2006-07-10 15:47:58 (GMT) |
commit | 8db4fe6d16d3e51e3d6122db02aaf888b911ebe0 (patch) | |
tree | 870360048be564a1126a63dbfc0693385e6fc1be /src/H5Tcommit.c | |
parent | 9161a29d8315c8c61f4e993bf272dddde0e1e6ec (diff) | |
download | hdf5-8db4fe6d16d3e51e3d6122db02aaf888b911ebe0.zip hdf5-8db4fe6d16d3e51e3d6122db02aaf888b911ebe0.tar.gz hdf5-8db4fe6d16d3e51e3d6122db02aaf888b911ebe0.tar.bz2 |
[svn-r12461] Cleaned up the names of some internal API functions, cleaned up comments,
fixed a few tests that used incorrect names for H5L APIs (formerly hidden behind
H5_GROUP_REVISION ifdefs
Mostly cosmetic changes, tested on mir.
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 * |