mirror of https://github.com/ARMmbed/mbed-os.git
grammatical corrections
parent
ea296afec2
commit
40418d8ff9
|
@ -35,10 +35,10 @@
|
||||||
#if defined(MBEDTLS_SSL_CLI_C) || defined(DOXYGEN_ONLY)
|
#if defined(MBEDTLS_SSL_CLI_C) || defined(DOXYGEN_ONLY)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief TLSSocket a wrapper around TCPSocket for interacting with TLS servers.
|
* \brief TLSSocket is a wrapper around TCPSocket for interacting with TLS servers.
|
||||||
*
|
*
|
||||||
* TLSSocket uses the TLSSocketWrapper with internal TCP socket.
|
* TLSSocket uses the TLSSocketWrapper with internal TCP socket.
|
||||||
* This is a helper for creating commonly used TLS connection over TCP.
|
* This is a helper for creating commonly used TLS connections over TCP.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class TLSSocket : public TLSSocketWrapper {
|
class TLSSocket : public TLSSocketWrapper {
|
||||||
|
@ -80,7 +80,7 @@ public:
|
||||||
/** Connects TCP socket to a remote host.
|
/** Connects TCP socket to a remote host.
|
||||||
*
|
*
|
||||||
* Initiates a connection to a remote server specified by either
|
* Initiates a connection to a remote server specified by either
|
||||||
* a domain name or an IP address and a port.
|
* a domain name or an IP address and port.
|
||||||
*
|
*
|
||||||
* @param host Hostname of the remote host.
|
* @param host Hostname of the remote host.
|
||||||
* @param port Port of the remote host.
|
* @param port Port of the remote host.
|
||||||
|
@ -95,4 +95,4 @@ private:
|
||||||
#endif // MBEDTLS_SSL_CLI_C
|
#endif // MBEDTLS_SSL_CLI_C
|
||||||
#endif // _MBED_HTTPS_TLS_TCP_SOCKET_H_
|
#endif // _MBED_HTTPS_TLS_TCP_SOCKET_H_
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
Loading…
Reference in New Issue