Skip to content

Commit 3387044

Browse files
committed
Merge #86: doc: fix typo in sketch_impl.h
15c2d13 doc: fix typo in sketch_impl.h (fanquake) Pull request description: Will resolve half of bitcoin/bitcoin#29992 on the next subtree pull. ACKs for top commit: sipa: ACK 15c2d13 Tree-SHA512: f4a1b7b2bfc5b9db401ef91573ff3ce4b83f18e68de4d87e40142a376179c19f98d69a35e7b18ebc57f92386ba7a75cd4190b55e4f9116750c725a9d7a632e8c
2 parents 7be08b8 + 15c2d13 commit 3387044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sketch_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ bool RecFindRoots(std::vector<std::vector<typename F::Elem>>& stack, size_t pos,
218218
}
219219

220220
if (fully_factorizable) {
221-
// Every succesful iteration of this algorithm splits the input
221+
// Every successful iteration of this algorithm splits the input
222222
// polynomial further into buckets, each corresponding to a subset
223223
// of 2^(BITS-depth) roots. If after depth splits the degree of
224224
// the polynomial is >= 2^(BITS-depth), something is wrong.

0 commit comments

Comments
 (0)