Skip to content

Commit

Permalink
Fix comment spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored and su-shanka committed May 31, 2024
1 parent e13c487 commit 485abf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/Darwin/DnssdContexts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ bool ResolveContext::TryReportingResultsForInterfaceIndex(uint32_t interfaceInde
auto delegate = static_cast<DiscoverNodeDelegate *>(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);
Expand Down

0 comments on commit 485abf9

Please sign in to comment.