]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1661] Fixed one last comment
authorTomek Mrugalski <tomek@isc.org>
Fri, 12 Mar 2021 08:37:04 +0000 (09:37 +0100)
committerFrancis Dupont <fdupont@isc.org>
Fri, 12 Mar 2021 08:56:46 +0000 (09:56 +0100)
src/lib/asiolink/tests/tls_socket_unittest.cc

index fd65455e5572c366361d5b1d880db4e4aaec6825..c2572c02d02fd2bdb097172a63ed532451e3f6dd 100644 (file)
@@ -6,7 +6,7 @@
 
 /// @brief Test of TLSSocket
 ///
-/// Tests the functionality of a TCPSocket by working through an open-send-
+/// Tests the functionality of a TLSSocket by working through an open-send-
 /// receive-close sequence and checking that the asynchronous notifications
 /// work.