2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

spelling: point

This commit is contained in:
Josh Soref
2017-07-23 15:32:18 -04:00
parent d2a1d746df
commit 8ec3ea9607

View File

@@ -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