From c4a3c48aea708ecbcb087cdfa60b90aa42e49154 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Tue, 7 Aug 2018 13:35:15 -0600 Subject: [PATCH] Fix typo --- libevmasm/RuleList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libevmasm/RuleList.h b/libevmasm/RuleList.h index 7a2bc484d..0573856bf 100644 --- a/libevmasm/RuleList.h +++ b/libevmasm/RuleList.h @@ -46,7 +46,7 @@ template 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 std::vector> simplificationRuleList(