Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit 4d5070f

Browse files
committed
chore: fix typo as review feedback
1 parent 7af89c8 commit 4d5070f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zkevm-circuits/src/ecc_circuit.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ impl<F: Field, const XI_0: i64> EccCircuit<F, XI_0> {
481481
powers_of_256: &[QuantumCell<F>],
482482
op: &EcAddOp,
483483
) -> EcAddDecomposed<F> {
484-
log::trace!("[ECC] ==> EcAdd Assignmnet START:");
484+
log::trace!("[ECC] ==> EcAdd Assignment START:");
485485
log_context_cursor!(ctx);
486486

487487
let (px, px_cells, px_valid, px_is_zero) =

0 commit comments

Comments
 (0)