Improve wording in ssl_build_inner_plaintext()
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index c3a3a9c..746122b 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -1968,9 +1968,8 @@
*/
#if defined(MBEDTLS_SSL_CID)
-/* This functions transforms a pair of a DTLS plaintext fragment
- * and a record content type into an instance of the DTLSInnerPlaintext
- * structure:
+/* This functions transforms a DTLS plaintext fragment and a record content
+ * type into an instance of the DTLSInnerPlaintext structure:
*
* struct {
* opaque content[DTLSPlaintext.length];