Correct typo in comment
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index 15e4aa6..125f6bc 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -3672,7 +3672,7 @@
 
         /* Message reassembly is handled alongside buffering of future
          * messages; the commonality is that both handshake fragments and
-         * future messages cannot be forwarded immediately to the handshake
+         * future messages cannot be forwarded immediately to the
          * handshake logic layer. */
         if( ssl_hs_is_proper_fragment( ssl ) == 1 )
         {