Skip to content

Commit f46098b

Browse files
committed
undo spelling
1 parent 4917126 commit f46098b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

fuzz/fuzz_lib/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/human_encoding/named_node.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ pub struct Namer {
491491
}
492492

493493
impl 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,

0 commit comments

Comments
 (0)