File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- # Continuosly cycle over fuzz targets running each for 1 hour.
3
+ # Continuously cycle over fuzz targets running each for 1 hour.
4
4
# It uses chrt SCHED_IDLE so that other process takes priority.
5
5
#
6
6
# For hfuzz options see https://github.com/google/honggfuzz/blob/master/docs/USAGE.md
Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ impl<Pk: MiniscriptKey> Policy<Pk> {
442
442
let mut to_del: Vec < ( f64 , Arc < Self > ) > = vec ! [ ] ;
443
443
' inner: for ( i, ( p, pol) ) in tapleaf_prob_vec. iter ( ) . enumerate ( ) {
444
444
curr_pol_replace_vec = pol. enumerate_pol ( p. 0 . 0 ) ;
445
- enum_len += curr_pol_replace_vec. len ( ) - 1 ; // A disjunctive node should have seperated this into more nodes
445
+ enum_len += curr_pol_replace_vec. len ( ) - 1 ; // A disjunctive node should have separated this into more nodes
446
446
assert ! ( prev_len <= enum_len) ;
447
447
448
448
if prev_len < enum_len {
You can’t perform that action at this time.
0 commit comments