Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
core/vm: fix typo in comment (#14894)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgk authored and fjl committed Aug 3, 2017
1 parent 8b84bd2 commit 0cc9b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vm/interpreter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 0cc9b87

Please sign in to comment.