diff options
author | Leo Arias <leo@zeppelin.solutions> | 2018-08-08 03:35:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-08 03:35:15 +0800 |
commit | c4a3c48aea708ecbcb087cdfa60b90aa42e49154 (patch) | |
tree | 28bd3365ee30c6d57f11e8437f5bc63d78f11849 | |
parent | d7756322c07634fa2ca0649a33585fc167079786 (diff) | |
download | dexon-solidity-c4a3c48aea708ecbcb087cdfa60b90aa42e49154.tar.gz dexon-solidity-c4a3c48aea708ecbcb087cdfa60b90aa42e49154.tar.zst dexon-solidity-c4a3c48aea708ecbcb087cdfa60b90aa42e49154.zip |
Fix typo
-rw-r--r-- | libevmasm/RuleList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libevmasm/RuleList.h b/libevmasm/RuleList.h index 7a2bc484..0573856b 100644 --- a/libevmasm/RuleList.h +++ b/libevmasm/RuleList.h @@ -46,7 +46,7 @@ template <class S> S modWorkaround(S const& _a, S const& _b) /// @returns a list of simplification rules given certain match placeholders. /// A, B and C should represent constants, X and Y arbitrary expressions. -/// The simplifications should neven change the order of evaluation of +/// The simplifications should never change the order of evaluation of /// arbitrary operations. template <class Pattern> std::vector<SimplificationRule<Pattern>> simplificationRuleList( |