Skip to content

Commit 15c2d13

Browse files
committed
doc: fix typo in sketch_impl.h
Will resolve half of bitcoin/bitcoin#29992 on the next subtree pull.
1 parent 7be08b8 commit 15c2d13

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)