diff options
author | Felix Lange <fjl@twurst.com> | 2016-03-16 02:39:36 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2016-03-16 02:39:36 +0800 |
commit | 06fe6310a3ecf0be324b082ca83c015abe47fa8f (patch) | |
tree | a78847bed59a5fa7f75ff9a1705b0a6bb20d13d7 /core/vm/asm.go | |
parent | 066d30152088188cec782bb62844550332d6b142 (diff) | |
parent | b7bb2d8589ddfb4f893c881edb6422bacdb6e53b (diff) | |
download | dexon-06fe6310a3ecf0be324b082ca83c015abe47fa8f.tar dexon-06fe6310a3ecf0be324b082ca83c015abe47fa8f.tar.gz dexon-06fe6310a3ecf0be324b082ca83c015abe47fa8f.tar.bz2 dexon-06fe6310a3ecf0be324b082ca83c015abe47fa8f.tar.lz dexon-06fe6310a3ecf0be324b082ca83c015abe47fa8f.tar.xz dexon-06fe6310a3ecf0be324b082ca83c015abe47fa8f.tar.zst dexon-06fe6310a3ecf0be324b082ca83c015abe47fa8f.zip |
Merge pull request #2351 from leijurv/patch-4
core: various typos
Diffstat (limited to 'core/vm/asm.go')
-rw-r--r-- | core/vm/asm.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vm/asm.go b/core/vm/asm.go index 065d3eb97..b248838a7 100644 --- a/core/vm/asm.go +++ b/core/vm/asm.go @@ -23,7 +23,7 @@ import ( "github.com/ethereum/go-ethereum/common" ) -// Dissassemble dissassembles the byte code and returns the string +// Disassemble disassembles the byte code and returns the string // representation (human readable opcodes). func Disassemble(script []byte) (asm []string) { pc := new(big.Int) |