Minor comment typo fix. (#315)

This commit is contained in:
pup
2018-04-30 13:26:21 -07:00
committed by Dan Gohman
parent 525f01713b
commit afd5442722

View File

@@ -122,7 +122,7 @@ mod details {
/// Accumulated timing information for a single pass. /// Accumulated timing information for a single pass.
#[derive(Default)] #[derive(Default)]
struct PassTime { struct PassTime {
/// Total time spent running this pas including children. /// Total time spent running this pass including children.
total: Duration, total: Duration,
/// Time spent running in child passes. /// Time spent running in child passes.