From 940c8930f7f085a13ed9d22ed76cc575f8bca97c Mon Sep 17 00:00:00 2001 From: Eldar Zakirov Date: Sat, 18 Mar 2017 23:07:03 +0300 Subject: [PATCH] Typo fix --- src/manual/syntax/syntax.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.40.0