ossp-pkg/cfg/cfg.h 1.5 -> 1.6
--- cfg.h 2002/07/10 12:00:23 1.5
+++ cfg.h 2002/07/10 14:14:05 1.6
@@ -64,7 +64,7 @@
/* list of node attributes */
typedef enum {
CFG_NODE_ATTR_PARENT, /* RW: pointer to parent node */
- CFG_NODE_ATTR_LBROTH, /* RW: pointer to right brother node */
+ CFG_NODE_ATTR_LBROTH, /* RW: pointer to left brother node */
CFG_NODE_ATTR_RBROTH, /* RW: pointer to right brother node */
CFG_NODE_ATTR_CHILD1, /* RW: pointer to first child node */
CFG_NODE_ATTR_CHILDL, /* RO: pointer to last child */
|
|