Skip to content

Commit 68bb539

Browse files
committed
Fix typo
1 parent 072be53 commit 68bb539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/primitives/checksum.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ pub trait PackedFe32: Copy + PartialEq + Eq + ops::BitXor<Self, Output = Self> {
161161
/// add a new field element to the now-0 constant coefficient.
162162
///
163163
/// Takes the degree of the polynomial as an input; for checksum applications
164-
/// this shoud basically always be `Checksum::CHECKSUM_WIDTH`.
164+
/// this should basically always be `Checksum::CHECKSUM_WIDTH`.
165165
fn mul_by_x_then_add(&mut self, degree: usize, add: u8) -> u8;
166166
}
167167

0 commit comments

Comments
 (0)