core/asm: fixed typo (posititon -> position) (#16366)

pull/16388/head
hydai 7 years ago committed by Péter Szilágyi
parent 84c5db5409
commit 7c131f4d6d
  1. 2
      core/asm/compiler.go

@ -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…
Cancel
Save