schema CHANGE unify actions, inouts and notification with lys*_node
diff --git a/src/tree_data.h b/src/tree_data.h
index f42d90b..a5804c9 100644
--- a/src/tree_data.h
+++ b/src/tree_data.h
@@ -543,8 +543,7 @@
used to get know that nodes are not equal, it cannot be used to decide that the
nodes are equal due to possible collisions. */
uint32_t flags; /**< [data node flags](@ref dnodeflags) */
- const struct lysc_node *schema; /**< pointer to the schema definition of this node, note that the target can be not just
- ::lysc_node but ::lysc_action or ::lysc_notif as well */
+ const struct lysc_node *schema; /**< pointer to the schema definition of this node */
struct lyd_node_inner *parent; /**< pointer to the parent node, NULL in case of root node */
struct lyd_node *next; /**< pointer to the next sibling node (NULL if there is no one) */
struct lyd_node *prev; /**< pointer to the previous sibling node \note Note that this pointer is