diff --git a/src/eip7594/eip7594.c b/src/eip7594/eip7594.c index f705cc43..fc4486c5 100644 --- a/src/eip7594/eip7594.c +++ b/src/eip7594/eip7594.c @@ -845,7 +845,7 @@ C_KZG_RET verify_cell_kzg_proof_batch( if (ret != C_KZG_OK) goto out; //////////////////////////////////////////////////////////////////////////////////////////////// - // Commmit to aggregated interpolation polynomial + // Commit to aggregated interpolation polynomial //////////////////////////////////////////////////////////////////////////////////////////////// /* Aggregate cells from same columns, sum interpolation polynomials, and commit */