tree schema BUGFIX typo
diff --git a/src/tree_schema.h b/src/tree_schema.h
index d619cb8..5198fcf 100644
--- a/src/tree_schema.h
+++ b/src/tree_schema.h
@@ -2117,7 +2117,7 @@
  * @return LY_SUCCESS on success,
  * @return LY_ERR value to terminate DFS and return this value.
  */
-typedef LY_ERR (*lysc_dfs_clb)(struct lysc_node *node, void *child, ly_bool *dfs_continue);
+typedef LY_ERR (*lysc_dfs_clb)(struct lysc_node *node, void *data, ly_bool *dfs_continue);
 
 /**
  * @brief DFS traversal of all the schema nodes in a (sub)tree including any actions and nested notifications.