Style: Don't use abbreviations in comments
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index 4777844..425cdee 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -4505,9 +4505,9 @@
return( 0 );
}
- /* We don't have enough space to buffer the next expected
- * handshake message. Remove buffers used for future msgs
- * to gain space, starting with the most distant one. */
+ /* We don't have enough space to buffer the next expected handshake
+ * message. Remove buffers used for future messages to gain space,
+ * starting with the most distant one. */
for( offset = MBEDTLS_SSL_MAX_BUFFERED_HS - 1;
offset >= 0; offset-- )
{