File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ impl<'f> Extractor<'f> {
6464
6565 /// Attempt to yield a type from the fuzzer.
6666 pub fn extract_final_type ( & mut self ) -> Option < Arc < FinalTy > > {
67- // We can construct extremely large types by duplicating Arcs; there
67+ // We can costruct extremely large types by duplicating Arcs; there
6868 // is no need to have an exponential blowup in the number of tasks.
6969 const MAX_N_TASKS : usize = 300 ;
7070
@@ -206,7 +206,7 @@ impl<'f> Extractor<'f> {
206206
207207 /// Attempt to yield a type from the fuzzer.
208208 pub fn extract_old_final_type ( & mut self ) -> Option < Arc < OldFinalTy > > {
209- // We can construct extremely large types by duplicating Arcs; there
209+ // We can costruct extremely large types by duplicating Arcs; there
210210 // is no need to have an exponential blowup in the number of tasks.
211211 const MAX_N_TASKS : usize = 300 ;
212212
Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ pub struct Namer {
491491}
492492
493493impl Namer {
494- /// Construct a new `Namer`. Will assign the name `main` to the node with
494+ /// Costruct a new `Namer`. Will assign the name `main` to the node with
495495 /// the given CMR.
496496 pub fn new_rooted ( root_cmr : Cmr ) -> Self {
497497 Namer {
@@ -502,7 +502,7 @@ impl Namer {
502502 }
503503 }
504504
505- /// Construct a new `Namer`.
505+ /// Costruct a new `Namer`.
506506 pub fn new ( ) -> Self {
507507 Namer {
508508 const_idx : 0 ,
You can’t perform that action at this time.
0 commit comments