Add comment on the meaning of ssl->in_offt == NULL
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index 80a06fe..a0c19c9 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -6849,6 +6849,7 @@
      * ssl->keep_current_message = 0 below.
      */
 
+    /* Loop as long as no application data record is available */
     while( ssl->in_offt == NULL )
     {
         /* Start timer if not already running */