Skip to content

Commit

Permalink
core/asm: correct comments typo (ethereum#16975)
Browse files Browse the repository at this point in the history
core/asm/lexer: correct comments typo
  • Loading branch information
caesarchad authored and kielbarry committed Jul 9, 2018
1 parent 23026ea commit a3a88ae
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 a3a88ae

Please sign in to comment.