diff options
Diffstat (limited to 'src/H5TS.c')
-rw-r--r-- | src/H5TS.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |