Quellcode durchsuchen

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

evgk vor 8 Jahren
Ursprung
Commit
0cc9b8791e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
 }