From 72892b27454a33ec9163fe5a879a86454d93f34f Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:47:29 +0000 Subject: [PATCH] Update compiler/noirc_evaluator/src/ssa/opt/simplify_cfg.rs Co-authored-by: Maxim Vezenov --- compiler/noirc_evaluator/src/ssa/opt/simplify_cfg.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/noirc_evaluator/src/ssa/opt/simplify_cfg.rs b/compiler/noirc_evaluator/src/ssa/opt/simplify_cfg.rs index f5c9e6bfb5d..c282e2df451 100644 --- a/compiler/noirc_evaluator/src/ssa/opt/simplify_cfg.rs +++ b/compiler/noirc_evaluator/src/ssa/opt/simplify_cfg.rs @@ -196,7 +196,7 @@ fn check_for_negated_jmpif_condition( ) { if matches!(function.runtime(), RuntimeType::Acir(_)) { // Swapping the `then` and `else` branches of a `JmpIf` within an ACIR function - // can result in the situation the branches merge together again in the `then` block, e.g. + // can result in the situation where the branches merge together again in the `then` block, e.g. // // acir(inline) fn main f0 { // b0(v0: u1):