yin parser CHANGE allocate big and possibly recurring meta-data on heap instead of stack
diff --git a/src/parser_yin.h b/src/parser_yin.h
index af0db5a..1d71866 100644
--- a/src/parser_yin.h
+++ b/src/parser_yin.h
@@ -110,7 +110,7 @@
 };
 
 /**
- * @brief Meta information passed to yin_parse_grouping function.
+ * @brief Meta information passed to yin_parse_inout function.
  */
 struct inout_meta {
     struct lysp_node *parent;          /**< Parent node. */