core/asm: fixed typo (labal -> label) (#16313)
This commit is contained in:
@ -122,7 +122,7 @@ func (c *Compiler) next() token {
|
||||
}
|
||||
|
||||
// compile line compiles a single line instruction e.g.
|
||||
// "push 1", "jump @labal".
|
||||
// "push 1", "jump @label".
|
||||
func (c *Compiler) compileLine() error {
|
||||
n := c.next()
|
||||
if n.typ != lineStart {
|
||||
|
Reference in New Issue
Block a user