Skip to content

Commit

Permalink
Merge pull request #21 from EdwardBetts/patch-1
Browse files Browse the repository at this point in the history
Correct a spelling mistake.
  • Loading branch information
brian-armstrong authored Sep 26, 2018
2 parents 92ac341 + 5c39677 commit 01d358b
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
Expand Up @@ -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;
Expand Down

0 comments on commit 01d358b

Please sign in to comment.