Commit 74636f3ba6a17af77c4392d86d703003acf7bb46

Martin Mitas 2019-05-08T11:07:15

md_scan_for_html_closer: Fix typo in a comment.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/md4c/md4c.c b/md4c/md4c.c
index f91348e..fb8649f 100644
--- a/md4c/md4c.c
+++ b/md4c/md4c.c
@@ -1081,7 +1081,7 @@ md_scan_for_html_closer(MD_CTX* ctx, const MD_CHAR* str, MD_SIZE len,
     int i = 0;
 
     if(off < *p_scan_horizon  &&  *p_scan_horizon >= max_end - len) {
-        /* We have already scanned the range up to the max_end and we now
+        /* We have already scanned the range up to the max_end so we know
          * there is nothing to see. */
         return FALSE;
     }