Skip to content

Commit

Permalink
core/asm: correct comments typo (#16975)
Browse files Browse the repository at this point in the history
core/asm/lexer: correct comments typo
  • Loading branch information
caesarchad authored and karalabe committed Jun 14, 2018
1 parent ea89f40 commit f04c0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/asm/lexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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('"') {
Expand Down

0 comments on commit f04c0e3

Please sign in to comment.