From afd544272282b8df9e553329bfdb771e119b38f3 Mon Sep 17 00:00:00 2001 From: pup Date: Mon, 30 Apr 2018 13:26:21 -0700 Subject: [PATCH] Minor comment typo fix. (#315) --- lib/codegen/src/timing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.