diff --git a/core/vm/contracts.libevm.go b/core/vm/contracts.libevm.go index 1d05b7f0ff88..0c49bccce6b1 100644 --- a/core/vm/contracts.libevm.go +++ b/core/vm/contracts.libevm.go @@ -53,7 +53,7 @@ type evmCallArgs struct { // args:end } -// A CallType references a *CALL* [OpCode] / respective method on [EVM]. +// A CallType refers to a *CALL* [OpCode] / respective method on [EVM]. type CallType uint8 const (