From 7c131f4d6d936e3102b3908b6797ca3521addf36 Mon Sep 17 00:00:00 2001 From: hydai Date: Mon, 26 Mar 2018 18:48:39 +0800 Subject: core/asm: fixed typo (posititon -> position) (#16366) --- core/asm/compiler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/asm/compiler.go b/core/asm/compiler.go index 1b9025a54..18dc0877f 100644 --- a/core/asm/compiler.go +++ b/core/asm/compiler.go @@ -114,7 +114,7 @@ func (c *Compiler) Compile() (string, []error) { } // next returns the next token and increments the -// posititon. +// position. func (c *Compiler) next() token { token := c.tokens[c.pos] c.pos++ -- cgit v1.2.3