core/asm: correct comments typo (#16975)

core/asm/lexer: correct comments typo
release/1.8
Caesar Chad 6 years ago committed by Péter Szilágyi
parent ea89f40f0d
commit f04c0e341e
  1. 2
      core/asm/lexer.go

@ -242,7 +242,7 @@ func lexLabel(l *lexer) stateFn {
}
// 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.
func lexInsideString(l *lexer) stateFn {
if l.acceptRunUntil('"') {

Loading…
Cancel
Save