Skip to content

Commit d258eee

Browse files
authored
core/vm: fix typo in comment
1 parent 84f8c0c commit d258eee

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)