summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-12-30 14:27:29 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-12-30 14:27:29 (GMT)
commit7db5dc86c953cc83a7c0e370b3a7bf98f91eaf0e (patch)
treef3fa1fe1f593b095a5ac56973ed400c255f1723e
parent37232bd4f0f8199f956c823cdff72ece2ca9aa16 (diff)
downloadhdf5-7db5dc86c953cc83a7c0e370b3a7bf98f91eaf0e.zip
hdf5-7db5dc86c953cc83a7c0e370b3a7bf98f91eaf0e.tar.gz
hdf5-7db5dc86c953cc83a7c0e370b3a7bf98f91eaf0e.tar.bz2
[svn-r9730] Purpose:
Code cleanup (sorta) Description: Transition the generic property list code from using the threaded, balanced binary tree code (H5TB<foo>() routines) to use skip lists (H5SL<foo>() routines) for internal management of properties, etc. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
-rw-r--r--src/H5Epublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h
index bbf2e20..a756cfe 100644
--- a/src/H5Epublic.h
+++ b/src/H5Epublic.h
@@ -210,7 +210,7 @@ typedef enum H5E_minor_t {
/* Property list errors */
H5E_CANTGET, /*Can't get value */
H5E_CANTSET, /*Can't set value */
- H5E_DUPCLASS, /*Duplicate class name in parent class */
+ H5E_DUPCLASS, /*Duplicate class name in parent class */
/* Parallel errors */
H5E_MPI, /*some MPI function failed */