diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-11-01 17:32:49 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-11-01 17:32:49 (GMT) |
commit | ecaf22fa0450205a508c961b59dbe616d0449b0a (patch) | |
tree | 8639af89b517b320d8ce09aa5e958f54fc2ad481 /src/H5Tcommit.c | |
parent | 88cf7ce60bd0784835d66ff79945baeaa0ddd678 (diff) | |
download | hdf5-ecaf22fa0450205a508c961b59dbe616d0449b0a.zip hdf5-ecaf22fa0450205a508c961b59dbe616d0449b0a.tar.gz hdf5-ecaf22fa0450205a508c961b59dbe616d0449b0a.tar.bz2 |
[svn-r14228] Description:
Change H5Llink to H5Olink, which makes more sense.
Tested on:
FreeBSD/32 6.2 (duty) in debug mode
FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
in debug mode
Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN,
in production mode
Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, in production mode
Mac OS X/32 10.4.10 (amazon) in debug mode
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 9739668..bcb9962 100644 --- a/src/H5Tcommit.c +++ b/src/H5Tcommit.c @@ -209,7 +209,7 @@ done: * into a "named", immutable type. * * The resulting ID should be linked into the file with - * H5Llink or it will be deleted when closed. + * H5Olink or it will be deleted when closed. * * Note: Datatype access property list is unused currently, but is * checked for sanity anyway. |