diff options
author | chriseth <chris@ethereum.org> | 2018-07-11 17:52:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 17:52:22 +0800 |
commit | 07910c80cb42a717212cf6b0a4c405eff20e6051 (patch) | |
tree | 7ab4a06da70cde7c253a1a0c82ccc085bf76efd5 /test/libsolidity/SolidityOptimizer.cpp | |
parent | d84976dc871a1fdfab233650b989af69e325bf2b (diff) | |
parent | 140dbfdbd8f4319d1d02339feea0a8636a3738e5 (diff) | |
download | dexon-solidity-07910c80cb42a717212cf6b0a4c405eff20e6051.tar dexon-solidity-07910c80cb42a717212cf6b0a4c405eff20e6051.tar.gz dexon-solidity-07910c80cb42a717212cf6b0a4c405eff20e6051.tar.bz2 dexon-solidity-07910c80cb42a717212cf6b0a4c405eff20e6051.tar.lz dexon-solidity-07910c80cb42a717212cf6b0a4c405eff20e6051.tar.xz dexon-solidity-07910c80cb42a717212cf6b0a4c405eff20e6051.tar.zst dexon-solidity-07910c80cb42a717212cf6b0a4c405eff20e6051.zip |
Merge pull request #4462 from cryptomental/feature/add-codespell
Feature/add codespell
Diffstat (limited to 'test/libsolidity/SolidityOptimizer.cpp')
-rw-r--r-- | test/libsolidity/SolidityOptimizer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/SolidityOptimizer.cpp b/test/libsolidity/SolidityOptimizer.cpp index d375beff..a144068d 100644 --- a/test/libsolidity/SolidityOptimizer.cpp +++ b/test/libsolidity/SolidityOptimizer.cpp @@ -104,7 +104,7 @@ public: "\nOptimized: " + toHex(optimizedOutput)); } - /// @returns the number of intructions in the given bytecode, not taking the metadata hash + /// @returns the number of instructions in the given bytecode, not taking the metadata hash /// into account. size_t numInstructions(bytes const& _bytecode, boost::optional<Instruction> _which = boost::optional<Instruction>{}) { |