yin parser CHANGE add support for augment element
diff --git a/src/parser_yin.h b/src/parser_yin.h
index 3174abe..fca7c04 100644
--- a/src/parser_yin.h
+++ b/src/parser_yin.h
@@ -133,7 +133,7 @@
struct lysp_action_inout *inout_p; /**< inout_p Input/output pointer to write to. */
};
-/* Meta information passed to yin_parse_action */
+/* Meta information passed to yin_parse_action function */
struct action_meta {
struct lysp_node *parent; /**< Parent node. */
struct lysp_action **actions; /**< Actions to add to. */