From 77c8194d7218c5373859f0a64691ce54979296d1 Mon Sep 17 00:00:00 2001 From: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Date: Fri, 27 Dec 2024 10:14:11 +0200 Subject: [PATCH] Update sparse_grand_product.rs --- jolt-core/src/subprotocols/sparse_grand_product.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jolt-core/src/subprotocols/sparse_grand_product.rs b/jolt-core/src/subprotocols/sparse_grand_product.rs index 1e192b51d..6e1bfcf2d 100644 --- a/jolt-core/src/subprotocols/sparse_grand_product.rs +++ b/jolt-core/src/subprotocols/sparse_grand_product.rs @@ -38,11 +38,11 @@ struct BatchedGrandProductToggleLayer { flag_values: Vec>, /// The Reed-Solomon fingerprints for each circuit in the batch. fingerprints: Vec>, - /// Once the sparse flag/fingerprint vectors cannnot be bound further + /// Once the sparse flag/fingerprint vectors cannot be bound further /// (i.e. binding would require processing values in different vectors), /// we switch to using `coalesced_flags` to represent the flag values. coalesced_flags: Option>, - /// Once the sparse flag/fingerprint vectors cannnot be bound further + /// Once the sparse flag/fingerprint vectors cannot be bound further /// (i.e. binding would require processing values in different vectors), /// we switch to using `coalesced_fingerprints` to represent the fingerprint values. coalesced_fingerprints: Option>,