diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-05-17 21:37:41 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-05-17 21:37:41 (GMT) |
commit | 9aba174ba53c80e150ea5d3a40d46bfd14185554 (patch) | |
tree | 3742166f066387cb1ae15d9b3d5ae0ccc8e229f3 /src | |
parent | f0ba025553fb5d12c19c21d9e22689b73cf855a3 (diff) | |
download | hdf5-9aba174ba53c80e150ea5d3a40d46bfd14185554.zip hdf5-9aba174ba53c80e150ea5d3a40d46bfd14185554.tar.gz hdf5-9aba174ba53c80e150ea5d3a40d46bfd14185554.tar.bz2 |
[svn-r6889] Purpose:
Code cleanup
Description:
Clean up comment
Platforms tested:
h5committested
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Ppkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ppkg.h b/src/H5Ppkg.h index cca643c..a740e34 100644 --- a/src/H5Ppkg.h +++ b/src/H5Ppkg.h @@ -38,7 +38,7 @@ #include "H5Pprivate.h" /* Other private headers needed by this file */ -#include "H5TBprivate.h" /* TBBTs */ +#include "H5TBprivate.h" /* Threaded, balanced, binary trees (TBBTs) */ /* Define enum for type of object that property is within */ typedef enum { |