From: Josef 'Jeff' Sipek Date: Tue, 22 Oct 2019 18:14:13 +0000 (-0400) Subject: lib: Correct struct event_category's registered member's comment X-Git-Tag: 2.3.9~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d602104bf6b2f185ceca217c350bc9d25ed72b8d;p=thirdparty%2Fdovecot%2Fcore.git lib: Correct struct event_category's registered member's comment --- diff --git a/src/lib/lib-event.h b/src/lib/lib-event.h index 7104e60485..10445f1334 100644 --- a/src/lib/lib-event.h +++ b/src/lib/lib-event.h @@ -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; };