mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
core/asm: fixed typo (posititon -> position) (#16366)
This commit is contained in:
parent
84c5db5409
commit
7c131f4d6d
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ func (c *Compiler) Compile() (string, []error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// next returns the next token and increments the
|
// next returns the next token and increments the
|
||||||
// posititon.
|
// position.
|
||||||
func (c *Compiler) next() token {
|
func (c *Compiler) next() token {
|
||||||
token := c.tokens[c.pos]
|
token := c.tokens[c.pos]
|
||||||
c.pos++
|
c.pos++
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue