diff --git a/features/netsocket/DTLSSocket.h b/features/netsocket/DTLSSocket.h index c43ecabe52..beacc49dd8 100644 --- a/features/netsocket/DTLSSocket.h +++ b/features/netsocket/DTLSSocket.h @@ -32,7 +32,7 @@ /** * \brief DTLSSocket implement DTLS stream over UDP Socket. * - * This is a easy to use helper class that uses DTLSSocketWrapper with + * This is a helper class that uses DTLSSocketWrapper with * internal UDPSocket. */ @@ -103,4 +103,4 @@ private: #endif #endif -/** @} */ \ No newline at end of file +/** @} */