summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_fattime.c
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-17 22:03:44 +0000
committerian <ian@FreeBSD.org>2014-05-17 22:03:44 +0000
commitc447f97548b375add3c65b198e3e7b1d67fea9e3 (patch)
treef6c29f56490d4925a947b5694cf5be2c5124c974 /sys/kern/subr_fattime.c
parent91085f1756fa8672d51fe8d8a46a7256fc7bea10 (diff)
downloadFreeBSD-src-c447f97548b375add3c65b198e3e7b1d67fea9e3.zip
FreeBSD-src-c447f97548b375add3c65b198e3e7b1d67fea9e3.tar.gz
MFC 264694: Fix a comment typo; conversion tables are for leap years.
Diffstat (limited to 'sys/kern/subr_fattime.c')
-rw-r--r--sys/kern/subr_fattime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_fattime.c b/sys/kern/subr_fattime.c
index fd25d56..e2a2195 100644
--- a/sys/kern/subr_fattime.c
+++ b/sys/kern/subr_fattime.c
@@ -51,7 +51,7 @@
* The 'utc' argument determines if the resulting FATTIME timestamp
* should be on the UTC or local timezone calendar.
*
- * The conversion functions below cut time into four-year leap-second
+ * The conversion functions below cut time into four-year leap-year
* cycles rather than single years and uses table lookups inside those
* cycles to get the months and years sorted out.
*
OpenPOWER on IntegriCloud