r4622: Clarify a comment a bit
authorVolker Lendecke <vlendec@samba.org>
Sun, 9 Jan 2005 18:53:54 +0000 (18:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:35 +0000 (13:08 -0500)
source/include/events.h

index 36fedc6e8b4a22f8a98f7e02f02272b7f0d31830..ae18bd8bc45779a96bddf6438bf0cf88f2b03012 100644 (file)
@@ -71,7 +71,8 @@ struct event_context {
                int code;
        } exit;
 
-       /* we hang the events off here, to make merging easy */
+       /* This is the talloc parent for all concrete event structures in this
+        * event context. This makes merging easy. */
        void *events;
 };