lexer: Fix typo in comment.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 18 Apr 2021 19:54:18 +0000 (12:54 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 18 Apr 2021 19:54:41 +0000 (12:54 -0700)
src/language/lexer/lexer.c

index baebda3f6d89244cdba9eea628b764d65b2aae57..ec84344341065e4244cfa5786476d077529bf773 100644 (file)
@@ -1428,7 +1428,7 @@ lex_get_error (struct lex_source *src, const char *format, ...)
 }
 
 /* Attempts to append an additional token into SRC's deque, reading more from
-   the underlying lex_reader if necessary..  Returns true if successful, false
+   the underlying lex_reader if necessary.  Returns true if successful, false
    if the deque already represents (a suffix of) the whole lex_reader's
    contents, */
 static bool