diff --git a/lib/codegen/src/timing.rs b/lib/codegen/src/timing.rs index 82653458c0..017f3a466e 100644 --- a/lib/codegen/src/timing.rs +++ b/lib/codegen/src/timing.rs @@ -122,7 +122,7 @@ mod details { /// Accumulated timing information for a single pass. #[derive(Default)] struct PassTime { - /// Total time spent running this pas including children. + /// Total time spent running this pass including children. total: Duration, /// Time spent running in child passes.