]> granicus.if.org Git - re2c/commitdiff
Typo fix 171/head
authorEldar Zakirov <unixod@gmail.com>
Sat, 18 Mar 2017 20:07:03 +0000 (23:07 +0300)
committerEldar Zakirov <unixod@gmail.com>
Sat, 18 Mar 2017 20:07:03 +0000 (23:07 +0300)
src/manual/syntax/syntax.rst

index 8db39d4013929b2557d1aeb40da64f10423cc355..ef1bd560660ad98b03dfefedece2b41d1adc70b5 100644 (file)
@@ -176,10 +176,10 @@ Configurations
 ``re2c:yyfill:enable = 1;``
     Set this to zero to suppress generation of ``YYFILL (n)``. When using this be sure to verify that the generated
     scanner does not read behind input. Allowing this behavior might
-    introduce sever security issues to you programs.
+    introduce several security issues to your programs.
 
 ``re2c:yyfill:check = 1;``
-    This can be set 0 to suppress output of the
+    This can be set to 0 to suppress output of the
     pre condition using ``YYCURSOR`` and ``YYLIMIT`` which becomes usefull when
     ``YYLIMIT + YYMAXFILL`` is always accessible.