Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/ntfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/time.rs')
-rw-r--r--src/time.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time.rs b/src/time.rs
index 4784163..b358ab4 100644
--- a/src/time.rs
+++ b/src/time.rs
@@ -16,7 +16,7 @@ use {
#[cfg(feature = "std")]
use std::time::{SystemTime, SystemTimeError};
-/// How many days we have between 0001-01-01 and 1601-01-01.
+/// Number of days between 0001-01-01 and 1601-01-01.
#[cfg(feature = "chrono")]
const DAYS_FROM_0001_TO_1601: i32 = 584389;