Fixed comment
(cherry picked from commit 86f04f400b3ce789b2a1105da1d42c39c69e47c5)
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index 2c618a7..d7413d9 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -2362,7 +2362,7 @@
 
     SSL_DEBUG_MSG( 2, ( "<= free" ) );
 
-    /* Actually free after last debug message */
+    /* Actually clear after last debug message */
     memset( ssl, 0, sizeof( ssl_context ) );
 }