From 7c6f6a8cd314821aa431e0b011e9d135646c4423 Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Tue, 22 Oct 2019 14:14:13 -0400 Subject: [PATCH] lib: Correct struct event_category's registered member's comment --- src/lib/lib-event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; -- 2.47.3