From 7fa3c3338c5ec9c79112a241e0a7c9e3ecaaa0d8 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Thu, 30 May 2024 10:59:39 -0400 Subject: [PATCH] Fix comment spelling. --- src/platform/Darwin/DnssdContexts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/Darwin/DnssdContexts.cpp b/src/platform/Darwin/DnssdContexts.cpp index 3294c0a372e68e..fc68a5d779616b 100644 --- a/src/platform/Darwin/DnssdContexts.cpp +++ b/src/platform/Darwin/DnssdContexts.cpp @@ -608,7 +608,7 @@ bool ResolveContext::TryReportingResultsForInterfaceIndex(uint32_t interfaceInde auto delegate = static_cast(context); DiscoveredNodeData nodeData; - // check whether mType(service name) exactly matches with operational service name + // Check whether mType (service name) exactly matches with operational service name if (strcmp(service.mType, kOperationalServiceName) == 0) { service.ToDiscoveredOperationalNodeBrowseData(nodeData);