diff options
author | Cryptomental <cryptomental.com@gmail.com> | 2018-07-10 15:18:19 +0800 |
---|---|---|
committer | Cryptomental <cryptomental.com@gmail.com> | 2018-07-11 04:57:59 +0800 |
commit | 4116704442aff035acb5b707c6b211ac1f5524fe (patch) | |
tree | 6813ae8d78ecfa630cc85fdca09d1534d627c6c5 /test/libsolidity/SolidityOptimizer.cpp | |
parent | eb92d5f760995aef4c79fcaa3f8c2437718ffc7f (diff) | |
download | dexon-solidity-4116704442aff035acb5b707c6b211ac1f5524fe.tar.gz dexon-solidity-4116704442aff035acb5b707c6b211ac1f5524fe.tar.zst dexon-solidity-4116704442aff035acb5b707c6b211ac1f5524fe.zip |
test: Fix typos.
Fix typos using codespell.
Refs: #4442
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>{}) { |