[#825] morph/event: Fix commentary

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-09-13 14:27:44 +03:00 committed by Alex Vanin
parent f0beb4abc9
commit 5d791a4366

View file

@ -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: