From: Josh Soref Date: Sun, 23 Jul 2017 19:32:18 +0000 (-0400) Subject: spelling: point X-Git-Tag: trac5124a_base~35^2~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ec3ea9607ac6a19b97f0d9b532180c73db8b6f1;p=thirdparty%2Fkea.git spelling: point --- diff --git a/doc/devel/bison.dox b/doc/devel/bison.dox index d978e0a7b7..7a9150dfb4 100644 --- a/doc/devel/bison.dox +++ b/doc/devel/bison.dox @@ -244,7 +244,7 @@ In principle, it is valid to define just the grammar without any corresponding C will go through the whole input text, match the rules and will either say the input adhered to the rules (parsing successful) or not (parsing failed). This may be a useful step when developing new parser, but it has no practical value. To perform specific actions, bison allows the injection of -C++ code at almost any poing. For example we could augment the parsing of renew_timer with some +C++ code at almost any point. For example we could augment the parsing of renew_timer with some extra code: @code