CLEANUP: event_hdl: updating obsolete comment for EVENT_HDL_CB_DATA
EVENT_HDL_CB_DATA macro comments were not updated during the API
refactor, fixing that.
diff --git a/include/haproxy/event_hdl.h b/include/haproxy/event_hdl.h
index 7cadb55..549a9f2 100644
--- a/include/haproxy/event_hdl.h
+++ b/include/haproxy/event_hdl.h
@@ -332,8 +332,8 @@
/* ------ PUBLISHING FUNCTIONS ------ */
-/* this macro is provided as an internal helper for EVENT_HDL_TRIGGER to automatically
- * populate data as required by event_hdl publish function
+/* this macro is provided as an internal helper to automatically populate
+ * data for fixed length structs as required by event_hdl publish function
*/
#define _EVENT_HDL_CB_DATA_ASSERT(size) \
({ \