From 66ad6159e0f0f4741e3a62a9f141ba761499ecb3 Mon Sep 17 00:00:00 2001 From: Kevin Jue Date: Fri, 10 May 2024 16:14:28 -0700 Subject: [PATCH] Update recursion/core/src/cpu/air/system.rs --- recursion/core/src/cpu/air/system.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recursion/core/src/cpu/air/system.rs b/recursion/core/src/cpu/air/system.rs index fca910bb87..39be8a5fd8 100644 --- a/recursion/core/src/cpu/air/system.rs +++ b/recursion/core/src/cpu/air/system.rs @@ -11,7 +11,7 @@ impl CpuChip { /// Eval the system instructions (TRAP, HALT). /// /// This method will contrain the following: - /// 1) Ensure that none of the instructions where TRAP. + /// 1) Ensure that none of the instructions are TRAP. /// 2) Ensure that the last real instruction is a HALT. pub fn eval_system_instructions( &self,