From f04c0e341ed355f12fbb2d6f912f36e9d869c21b Mon Sep 17 00:00:00 2001 From: Caesar Chad Date: Thu, 14 Jun 2018 16:32:19 +0800 Subject: core/asm: correct comments typo (#16975) core/asm/lexer: correct comments typo --- core/asm/lexer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/asm') diff --git a/core/asm/lexer.go b/core/asm/lexer.go index 4d62159e5..91caeb27b 100644 --- a/core/asm/lexer.go +++ b/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('"') { -- cgit v1.2.3