From 6d3679290d989bbee96fc6bf104d6ed86df788bd Mon Sep 17 00:00:00 2001 From: Christian Rinderknecht Date: Thu, 27 Jun 2019 10:32:07 +0200 Subject: [PATCH] Fixed typo in comment. --- src/parser/pascaligo/Lexer.mll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser/pascaligo/Lexer.mll b/src/parser/pascaligo/Lexer.mll index 6ee487350..90be90ff9 100644 --- a/src/parser/pascaligo/Lexer.mll +++ b/src/parser/pascaligo/Lexer.mll @@ -720,7 +720,7 @@ and scan_utf8 thread state = parse [lex_start_p] and [lex_curr_p], as these fields are read by parsers generated by Menhir when querying source positions (regions). This 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 that was matched by [scan]. This atomic sequence of patching, scanning and saving is implemented by the _function_ [scan]