Review changes

pull/9646/head
Kari Haapalehto 2019-01-11 09:57:47 +02:00 committed by adbridge
parent 07cd9a10c7
commit 259d72601a
2 changed files with 3 additions and 3 deletions

View File

@ -37,8 +37,8 @@
/**
* \brief TLSSocket a wrapper around TCPSocket for interacting with TLS servers.
*
* TLSSocket uses the TLSSocketWrapper with internal TCP socket. This is a
* easy to use helper for creating commonly used TLS connection over TCP.
* TLSSocket uses the TLSSocketWrapper with internal TCP socket.
* This is a helper for creating commonly used TLS connection over TCP.
*
*/
class TLSSocket : public TLSSocketWrapper {

View File

@ -35,7 +35,7 @@
#if defined(MBEDTLS_SSL_CLI_C) || defined(DOXYGEN_ONLY)
/**
* TLSSocket a wrapper around Socket for interacting with TLS servers.
* TLSSocket is a wrapper around Socket for interacting with TLS servers.
*
* TLSSocketWrapper can use any Socket as a transport and after
* completing the TLS handshake, can be used as any Socket would be used.