Skip to content

Commit c5c028e

Browse files
committed
Merge #163: Fix typo
68bb539 Fix typo (GoodDaisy) Pull request description: ACKs for top commit: apoelstra: ACK 68bb539 Tree-SHA512: ba935bde9c3a5efab55af093bfc902379f0d63dc1fb0b534e4eb20c91f309bf41b16e987f3f3421cd6c9388abafb2700e79fb68e55195db7f5f8a1ebd5753056
2 parents 072be53 + 68bb539 commit c5c028e

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)