From 21b21ad9e6fb2aef06132c82629e3b7446ae431e Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes Date: Tue, 30 Jun 2015 09:42:41 +0200 Subject: [PATCH] Typo --- src/util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.rs b/src/util.rs index 8c252183..d4faceb1 100644 --- a/src/util.rs +++ b/src/util.rs @@ -23,7 +23,7 @@ pub fn msdos_datetime_to_tm(time: u16, date: u16) -> Tm }; // Re-parse the possibly incorrect timestamp to get a correct one. - // This every value will be in range + // This ensures every value will be in range time::at_utc(tm.to_timespec()) }