aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-08-08 03:39:46 +0800
committerGitHub <noreply@github.com>2018-08-08 03:39:46 +0800
commit4f9d72aa831edc7492da5e44a0805f41220d2d55 (patch)
tree28bd3365ee30c6d57f11e8437f5bc63d78f11849
parentd7756322c07634fa2ca0649a33585fc167079786 (diff)
parentc4a3c48aea708ecbcb087cdfa60b90aa42e49154 (diff)
downloaddexon-solidity-4f9d72aa831edc7492da5e44a0805f41220d2d55.tar
dexon-solidity-4f9d72aa831edc7492da5e44a0805f41220d2d55.tar.gz
dexon-solidity-4f9d72aa831edc7492da5e44a0805f41220d2d55.tar.bz2
dexon-solidity-4f9d72aa831edc7492da5e44a0805f41220d2d55.tar.lz
dexon-solidity-4f9d72aa831edc7492da5e44a0805f41220d2d55.tar.xz
dexon-solidity-4f9d72aa831edc7492da5e44a0805f41220d2d55.tar.zst
dexon-solidity-4f9d72aa831edc7492da5e44a0805f41220d2d55.zip
Merge pull request #4742 from elopio/patch-4
Fix typo
-rw-r--r--libevmasm/RuleList.h2
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(