]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib: Correct struct event_category's registered member's comment
authorJosef 'Jeff' Sipek <jeff.sipek@open-xchange.com>
Tue, 22 Oct 2019 18:14:13 +0000 (14:14 -0400)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 22 Nov 2019 10:44:16 +0000 (12:44 +0200)
src/lib/lib-event.h

index 7104e604854442daccecb5ba2dff32006267085c..10445f133460b60ff3ee3ccaf550e7080f653bc5 100644 (file)
@@ -14,7 +14,7 @@ struct event_category {
        struct event_category *parent;
        const char *name;
 
-       /* TRUE after an event with this category is sent the first time */
+       /* TRUE if this category has been registered with event_add_categories() */
        bool registered;
 };