From fe998fff23d1d47dd5dd8f979bbcbe5b12ed8b72 Mon Sep 17 00:00:00 2001 From: Benedikt Wagner <113296072+b-wagn@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:02:56 +0200 Subject: [PATCH] Fix typo in section header (#503) --- src/eip7594/eip7594.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */