Explorar o código

core/asm: correct comments typo (#16975)

core/asm/lexer: correct comments typo
Caesar Chad %!s(int64=7) %!d(string=hai) anos
pai
achega
f04c0e341e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/asm/lexer.go

+ 1 - 1
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('"') {