From: Eldar Zakirov Date: Sat, 18 Mar 2017 20:07:03 +0000 (+0300) Subject: Typo fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=940c8930f7f085a13ed9d22ed76cc575f8bca97c;p=re2c Typo fix --- diff --git a/src/manual/syntax/syntax.rst b/src/manual/syntax/syntax.rst index 8db39d40..ef1bd560 100644 --- a/src/manual/syntax/syntax.rst +++ b/src/manual/syntax/syntax.rst @@ -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.