summaryrefslogtreecommitdiffstats
path: root/src/H5TS.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-05-02 03:17:49 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-05-02 03:17:49 (GMT)
commitc6e532afb936a4a7cd8d2cb97029e55cd5b9e435 (patch)
tree8956e938a9157070d75e2f29f8f5ce8602b60ac3 /src/H5TS.c
parent714d90171466c84dfafad771b0b26a87a4b4ebff (diff)
downloadhdf5-c6e532afb936a4a7cd8d2cb97029e55cd5b9e435.zip
hdf5-c6e532afb936a4a7cd8d2cb97029e55cd5b9e435.tar.gz
hdf5-c6e532afb936a4a7cd8d2cb97029e55cd5b9e435.tar.bz2
[svn-r12320] Purpose:
code cleanup Description: Finish H5FS->H5CS internal API name changes... Platforms tested: FreeBSD 4.11 (sleipnir) w/ & w/o --enable-codestack
Diffstat (limited to 'src/H5TS.c')
-rw-r--r--src/H5TS.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5TS.c b/src/H5TS.c
index 184c0bd..9597d4f 100644
--- a/src/H5TS.c
+++ b/src/H5TS.c
@@ -64,7 +64,7 @@ static void H5TS_mutex_init(H5TS_mutex_t *mutex);
static void
H5TS_key_destructor(void *key_val)
{
- /* Use HDfree here instead of H5MM_xfree(), to avoid calling the H5FS routines */
+ /* Use HDfree here instead of H5MM_xfree(), to avoid calling the H5CS routines */
if(key_val!=NULL)
HDfree(key_val);
}