Skip to content

Commit

Permalink
Update recursion/core/src/cpu/air/system.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevjue authored May 10, 2024
1 parent 57633ef commit 66ad615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recursion/core/src/cpu/air/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ impl<F: Field> CpuChip<F> {
/// 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<AB>(
&self,
Expand Down

0 comments on commit 66ad615

Please sign in to comment.