Explorar o código

core/vm: fix typo in comment (#14894)

evgk %!s(int64=8) %!d(string=hai) anos
pai
achega
0cc9b8791e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/vm/interpreter.go

+ 1 - 1
core/vm/interpreter.go

@@ -44,7 +44,7 @@ type Config struct {
 	// Enable recording of SHA3/keccak preimages
 	EnablePreimageRecording bool
 	// JumpTable contains the EVM instruction table. This
-	// may me left uninitialised and will be set the default
+	// may be left uninitialised and will be set to the default
 	// table.
 	JumpTable [256]operation
 }