From 7c1a307750f75c923cd0ef777726a6a411e9e848 Mon Sep 17 00:00:00 2001 From: Damian Krolik Date: Fri, 27 Jan 2023 14:36:01 +0100 Subject: [PATCH] Improve comment --- src/include/platform/CHIPDeviceEvent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/platform/CHIPDeviceEvent.h b/src/include/platform/CHIPDeviceEvent.h index f5efe61a35e338..845751eae020e3 100644 --- a/src/include/platform/CHIPDeviceEvent.h +++ b/src/include/platform/CHIPDeviceEvent.h @@ -217,7 +217,7 @@ enum PublicEventTypes kDnssdPlatformInitialized, /** - * DNS-SD needs restart + * Signals that DNS-SD backend was restarted and services must be published again. */ kDnssdRestartNeeded,