summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-04-20 13:37:22 +0000
committerian <ian@FreeBSD.org>2014-04-20 13:37:22 +0000
commit40b5add506da0df23ade0bce5f6e892e55a3747c (patch)
tree7e70e21baf106c6656314611f88de6bf9b07071e
parente1e5f20b8815dab6b04e73d6ba98044da9075bbc (diff)
downloadFreeBSD-src-40b5add506da0df23ade0bce5f6e892e55a3747c.zip
FreeBSD-src-40b5add506da0df23ade0bce5f6e892e55a3747c.tar.gz
Fix a comment typo; conversion tables are for leap years, not leap seconds.
-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