mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Typo fix.
This commit is contained in:
parent
8b2c421a17
commit
32f8ed7afd
1 changed files with 1 additions and 1 deletions
|
@ -9829,7 +9829,7 @@ parser_lex(pm_parser_t *parser) {
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
// Since we know we're about to add an __END__ comment, we know we
|
// 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.
|
// information for it.
|
||||||
const uint8_t *cursor = parser->current.end;
|
const uint8_t *cursor = parser->current.end;
|
||||||
while ((cursor = next_newline(cursor, parser->end - cursor)) != NULL) {
|
while ((cursor = next_newline(cursor, parser->end - cursor)) != NULL) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue