Skip to content

Commit

Permalink
core/vm: fix typo in comment (ethereum#23450)
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet authored and Martin committed Aug 28, 2021
1 parent 1d3627b commit 34c667e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vm/gas_table.go
Expand Up @@ -60,7 +60,7 @@ func memoryGasCost(mem *Memory, newMemSize uint64) (uint64, error) {
// as argument:
// CALLDATACOPY (stack position 2)
// CODECOPY (stack position 2)
// EXTCODECOPY (stack poition 3)
// EXTCODECOPY (stack position 3)
// RETURNDATACOPY (stack position 2)
func memoryCopierGas(stackpos int) gasFunc {
return func(evm *EVM, contract *Contract, stack *Stack, mem *Memory, memorySize uint64) (uint64, error) {
Expand Down

0 comments on commit 34c667e

Please sign in to comment.