Fixed typo in comment.

This commit is contained in:
Christian Rinderknecht 2019-06-27 10:32:07 +02:00
parent 77a55172ef
commit 6d3679290d

View File

@ -720,7 +720,7 @@ and scan_utf8 thread state = parse
[lex_start_p] and [lex_curr_p], as these fields are read by parsers [lex_start_p] and [lex_curr_p], as these fields are read by parsers
generated by Menhir when querying source positions (regions). This generated by Menhir when querying source positions (regions). This
is the purpose of the function [patch_buffer]. After reading one is the purpose of the function [patch_buffer]. After reading one
ore more tokens and markup by the scanning rule [scan], we have to or more tokens and markup by the scanning rule [scan], we have to
save in the hidden reference [buf_reg] the region of the source save in the hidden reference [buf_reg] the region of the source
that was matched by [scan]. This atomic sequence of patching, that was matched by [scan]. This atomic sequence of patching,
scanning and saving is implemented by the _function_ [scan] scanning and saving is implemented by the _function_ [scan]