Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
shaver authored and kddnewton committed Feb 23, 2024
1 parent 8b2c421 commit 32f8ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prism/prism.c
Expand Up @@ -9829,7 +9829,7 @@ parser_lex(pm_parser_t *parser) {
)
{
// Since we know we're about to add an __END__ comment, we know we
// need at add all of the newlines to get the correct column
// need to add all of the newlines to get the correct column
// information for it.
const uint8_t *cursor = parser->current.end;
while ((cursor = next_newline(cursor, parser->end - cursor)) != NULL) {
Expand Down

0 comments on commit 32f8ed7

Please sign in to comment.