diff --git a/pkg/vm/vm.go b/pkg/vm/vm.go index 1f9fa66df..e207a7ed6 100644 --- a/pkg/vm/vm.go +++ b/pkg/vm/vm.go @@ -30,7 +30,7 @@ func NewVM(script []byte) *VM { return v } -// Run loops over the current context by continuously steppping. +// Run loops over the current context by continuously stepping. // Run breaks; once step returns an error or any state that is not NONE func (v *VM) Run() (Vmstate, error) { for {