From: Josh Soref Date: Sun, 23 Jul 2017 19:58:29 +0000 (-0400) Subject: spelling: recognize X-Git-Tag: trac5124a_base~35^2~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95272ba3fa591769ce868327bbb4546f56eb9107;p=thirdparty%2Fkea.git spelling: recognize --- diff --git a/doc/devel/bison.dox b/doc/devel/bison.dox index 7a9150dfb4..3b5d413184 100644 --- a/doc/devel/bison.dox +++ b/doc/devel/bison.dox @@ -78,7 +78,7 @@ convey the intent; a more detailed description is available in subsequent sectio @endcode The lexer would generate the following sequence of tokens: LCURLY_BRACKET, DHCP6, COLON, LCURLY_BRACKET, RENEW_TIMER, COLON, INTEGER (a token with a value of 100), RCURLY_BRACKET, - RCURLY_BRACKET, END. The bison grammar recognises that the sequence forms a valid sentence and + RCURLY_BRACKET, END. The bison grammar recognizes that the sequence forms a valid sentence and that there are no errors and act upon it. (Whereas if the left and right braces in the above example were exchanged, the bison module would identify the sequence as syntactically incorrect.)