Skip to content

Commit 40418d8

Browse files
Mel WeedSeppo Takalo
authored andcommitted
grammatical corrections
1 parent ea296af commit 40418d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features/netsocket/TLSSocket.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
#if defined(MBEDTLS_SSL_CLI_C) || defined(DOXYGEN_ONLY)
3636

3737
/**
38-
* \brief TLSSocket a wrapper around TCPSocket for interacting with TLS servers.
38+
* \brief TLSSocket is a wrapper around TCPSocket for interacting with TLS servers.
3939
*
4040
* TLSSocket uses the TLSSocketWrapper with internal TCP socket.
41-
* This is a helper for creating commonly used TLS connection over TCP.
41+
* This is a helper for creating commonly used TLS connections over TCP.
4242
*
4343
*/
4444
class TLSSocket : public TLSSocketWrapper {
@@ -80,7 +80,7 @@ class TLSSocket : public TLSSocketWrapper {
8080
/** Connects TCP socket to a remote host.
8181
*
8282
* Initiates a connection to a remote server specified by either
83-
* a domain name or an IP address and a port.
83+
* a domain name or an IP address and port.
8484
*
8585
* @param host Hostname of the remote host.
8686
* @param port Port of the remote host.
@@ -95,4 +95,4 @@ class TLSSocket : public TLSSocketWrapper {
9595
#endif // MBEDTLS_SSL_CLI_C
9696
#endif // _MBED_HTTPS_TLS_TCP_SOCKET_H_
9797

98-
/** @} */
98+
/** @} */

0 commit comments

Comments
 (0)