Skip to content

Commit

Permalink
Update crates/brainfuck_prover/src/components/processor/table.rs
Browse files Browse the repository at this point in the history
Co-authored-by: malatrax <[email protected]>
  • Loading branch information
tcoratger and zmalatrax authored Nov 20, 2024
1 parent 6f896f9 commit 5cf34a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/brainfuck_prover/src/components/processor/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use stwo_prover::core::fields::m31::BaseField;
/// register values for each cycle that the program ran.
///
/// Each row contains the values for the following registers:
/// - `clk`: The cycle count, which increases by one per step.
/// - `clk`: The clock cycle counter, represents the current step.
/// - `ip`: The instruction pointer.
/// - `ci`: The current instruction.
/// - `ni`: The next instruction.
Expand Down

0 comments on commit 5cf34a1

Please sign in to comment.