diff --git a/o1vm/src/legacy/trace.rs b/o1vm/src/legacy/trace.rs index 2f5d1be497..f5c34acd10 100644 --- a/o1vm/src/legacy/trace.rs +++ b/o1vm/src/legacy/trace.rs @@ -81,7 +81,7 @@ where } /// Returns a boolean indicating whether the witness for the given selector - /// was ever found in the cirucit or not. + /// was ever found in the circuit or not. pub fn in_circuit(&self, opcode: C::Selector) -> bool { self.number_of_rows(opcode) != 0 }