Index: ossp-pkg/cfg/cfg.h RCS File: /v/ossp/cvs/ossp-pkg/cfg/cfg.h,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/cfg/cfg.h,v' 2>/dev/null --- 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 */