Skip to content

Commit fcd4973

Browse files
KariHaapalehtoSeppo Takalo
authored andcommitted
Review changes
1 parent f7e48f1 commit fcd4973

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

features/netsocket/TLSSocket.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
/**
3838
* \brief TLSSocket a wrapper around TCPSocket for interacting with TLS servers.
3939
*
40-
* TLSSocket uses the TLSSocketWrapper with internal TCP socket. This is a
41-
* easy to use helper for creating commonly used TLS connection over TCP.
40+
* TLSSocket uses the TLSSocketWrapper with internal TCP socket.
41+
* This is a helper for creating commonly used TLS connection over TCP.
4242
*
4343
*/
4444
class TLSSocket : public TLSSocketWrapper {

features/netsocket/TLSSocketWrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#if defined(MBEDTLS_SSL_CLI_C) || defined(DOXYGEN_ONLY)
3636

3737
/**
38-
* TLSSocket a wrapper around Socket for interacting with TLS servers.
38+
* TLSSocket is a wrapper around Socket for interacting with TLS servers.
3939
*
4040
* TLSSocketWrapper can use any Socket as a transport and after
4141
* completing the TLS handshake, can be used as any Socket would be used.

0 commit comments

Comments
 (0)