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 all = QNetworkInterface::allAddresses(); QVERIFY(all.contains(local)); }