From 3325749804c869a4fd93d056495d2be44f512160 Mon Sep 17 00:00:00 2001 From: Yufeng Wang Date: Thu, 2 Dec 2021 13:34:04 -0800 Subject: [PATCH] Minor update on confusing comment for EventOptions type (#12495) --- src/app/EventLoggingTypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/EventLoggingTypes.h b/src/app/EventLoggingTypes.h index de143ec50c3ba8..15585fcd899f12 100644 --- a/src/app/EventLoggingTypes.h +++ b/src/app/EventLoggingTypes.h @@ -157,8 +157,8 @@ class EventOptions EventSchema * mpEventSchema = nullptr; /**< A pointer to the schema of the cluster instance.*/ - Type mUrgent = Type::kNotUrgent; /**< A flag denoting that the event is time sensitive. When set, it causes the event log to be - flushed. */ + Type mUrgent = Type::kNotUrgent; /**< A flag denoting if the event is time sensitive. When kUrgent is set, it causes + the event log to be flushed. */ }; /**