[#825] morph/event: Fix commentary

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
remotes/fyrchik/meta-pebble
Pavel Karpy 2021-09-13 14:27:44 +03:00 committed by Alex Vanin
parent f0beb4abc9
commit 5d791a4366
1 changed files with 1 additions and 1 deletions

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: