We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf57502 commit cc71cbbCopy full SHA for cc71cbb
src/controller/AbstractDnssdDiscoveryController.cpp
@@ -43,7 +43,7 @@ static bool SameExceptOrder(const chip::Span<const Inet::IPAddress> & v1, const
43
{
44
if (!addressUsed[d] && v1[s] == v2[d])
45
46
- // Change the user flag so that the compared target is no longer used
+ // Change the used flag so that the compared target is no longer used
47
addressUsed.set(d, true);
48
break;
49
}
0 commit comments