Skip to content

Commit

Permalink
Correct a spelling mistake.
Browse files Browse the repository at this point in the history
EdwardBetts authored Sep 26, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 92ac341 commit 5c39677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/find_conv_optim_poly.c
Original file line number Diff line number Diff line change
@@ -210,7 +210,7 @@ void test(size_t rate, size_t order,
// added by our msg block iterations and then sorts by this metric
search_exhaustive_fin(exhaustive, convs_len, weights, num_scratches);

// decide paramters for next loop iter
// decide parameters for next loop iter
// if we've reduced to 20 or fewer items, we're going to just select
// those and declare the test done
size_t new_convs_len = (convs_len / 2) < 20 ? 20 : convs_len / 2;

0 comments on commit 5c39677

Please sign in to comment.