Skip to content

Commit

Permalink
Merge pull request ethereum#15902 from shapeshed/patch-2
Browse files Browse the repository at this point in the history
core/vm: Fix comment typo
  • Loading branch information
karalabe authored Jan 16, 2018
2 parents f08cd94 + 370dca4 commit 02aeb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/vm/evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ func (evm *EVM) Create(caller ContractRef, code []byte, gas uint64, value *big.I
return ret, contractAddr, contract.Gas, err
}

// ChainConfig returns the evmironment's chain configuration
// ChainConfig returns the environment's chain configuration
func (evm *EVM) ChainConfig() *params.ChainConfig { return evm.chainConfig }

// Interpreter returns the EVM interpreter
Expand Down

0 comments on commit 02aeb3d

Please sign in to comment.