From 5d791a43660c58dbc441d0775e8c0f19cd3b4a7f Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Mon, 13 Sep 2021 14:27:44 +0300 Subject: [PATCH] [#825] morph/event: Fix commentary Signed-off-by: Pavel Karpy --- pkg/morph/event/opcodes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/morph/event/opcodes.go b/pkg/morph/event/opcodes.go index b4fee6fee..7548ac974 100644 --- a/pkg/morph/event/opcodes.go +++ b/pkg/morph/event/opcodes.go @@ -35,7 +35,7 @@ func BytesFromOpcode(op Op) ([]byte, error) { } } -// IntFromOpcode tries to retrieve bytes from Op. +// IntFromOpcode tries to retrieve int from Op. func IntFromOpcode(op Op) (int64, error) { switch code := op.Code(); { case code == opcode.PUSHM1: