Skip to content

Commit d51faee

Browse files
authored
Merge pull request #16831 from abeln/patch-1
core/vm: fix typo in comment
2 parents 426f62f + d258eee commit d51faee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/vm/jump_table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type (
3333
var errGasUintOverflow = errors.New("gas uint64 overflow")
3434

3535
type operation struct {
36-
// op is the operation function
36+
// execute is the operation function
3737
execute executionFunc
3838
// gasCost is the gas function and returns the gas required for execution
3939
gasCost gasFunc

0 commit comments

Comments
 (0)