Skip to content

Commit cc71cbb

Browse files
Update src/controller/AbstractDnssdDiscoveryController.cpp
Co-authored-by: Andrei Litvin <andy314@gmail.com>
1 parent bf57502 commit cc71cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/AbstractDnssdDiscoveryController.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ static bool SameExceptOrder(const chip::Span<const Inet::IPAddress> & v1, const
4343
{
4444
if (!addressUsed[d] && v1[s] == v2[d])
4545
{
46-
// Change the user flag so that the compared target is no longer used
46+
// Change the used flag so that the compared target is no longer used
4747
addressUsed.set(d, true);
4848
break;
4949
}

0 commit comments

Comments
 (0)