Commit 7c131f4d authored by hydai's avatar hydai Committed by Péter Szilágyi

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

parent 84c5db54
...@@ -114,7 +114,7 @@ func (c *Compiler) Compile() (string, []error) { ...@@ -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++
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment