Commit f04c0e34 authored by Caesar Chad's avatar Caesar Chad Committed by Péter Szilágyi

core/asm: correct comments typo (#16975)

core/asm/lexer: correct comments typo
parent ea89f40f
...@@ -242,7 +242,7 @@ func lexLabel(l *lexer) stateFn { ...@@ -242,7 +242,7 @@ func lexLabel(l *lexer) stateFn {
} }
// lexInsideString lexes the inside of a string until // lexInsideString lexes the inside of a string until
// until the state function finds the closing quote. // the state function finds the closing quote.
// It returns the lex text state function. // It returns the lex text state function.
func lexInsideString(l *lexer) stateFn { func lexInsideString(l *lexer) stateFn {
if l.acceptRunUntil('"') { if l.acceptRunUntil('"') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment