Showing with 1 addition and 1 deletion.
  1. +1 −1 src/lexer.d
2 changes: 1 addition & 1 deletion src/lexer.d
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public:
bool errors; // errors occurred during lexing or parsing

/*********************
* Creat a Lexer.
* Creates a Lexer.
* Params:
* filename = used for error messages
* base = source code, ending in a 0 byte
Expand Down