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>,