Fix a comment typo; conversion tables are for leap years, not leap seconds.

This commit is contained in:
Ian Lepore 2014-04-20 13:37:22 +00:00
parent 30a0343983
commit 6afc723819
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264694

View File

@ -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.
*