summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2017-10-11 16:21:45 +0200
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2017-10-11 15:50:26 +0000
commit5e71f40a348d71f06e8f48cc0dc0c08b4e2a33e9 (patch)
treedd47810ff35f551401269e63d593bff6ca7cd81c
parentb2fc45862030b889dce07ac0ab2ca2a694fd6cf4 (diff)
A minor cleanup - fix a comment
... so that it comments the actual code, not what this code was before. Change-Id: Ib191b9d7bd3ae3cda39a15f0f711cb1dd3c5c2b7 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
-rw-r--r--tests/auto/network/kernel/qnetworkinterface/tst_qnetworkinterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/network/kernel/qnetworkinterface/tst_qnetworkinterface.cpp b/tests/auto/network/kernel/qnetworkinterface/tst_qnetworkinterface.cpp
index 94c355aadc..36dcec0a82 100644
--- a/tests/auto/network/kernel/qnetworkinterface/tst_qnetworkinterface.cpp
+++ b/tests/auto/network/kernel/qnetworkinterface/tst_qnetworkinterface.cpp
@@ -195,7 +195,7 @@ void tst_QNetworkInterface::localAddress()
QHostAddress local = socket.localAddress();
- // test that we can find the address that QTcpSocket reported
+ // test that we can find the address that QUdpSocket reported
QList<QHostAddress> all = QNetworkInterface::allAddresses();
QVERIFY(all.contains(local));
}