svn commit: r264694 - head/sys/kern

Ian Lepore ian at FreeBSD.org
Sun Apr 20 13:37:22 UTC 2014


Author: ian
Date: Sun Apr 20 13:37:22 2014
New Revision: 264694
URL: http://svnweb.freebsd.org/changeset/base/264694

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

Modified:
  head/sys/kern/subr_fattime.c

Modified: head/sys/kern/subr_fattime.c
==============================================================================
--- head/sys/kern/subr_fattime.c	Sun Apr 20 13:12:32 2014	(r264693)
+++ head/sys/kern/subr_fattime.c	Sun Apr 20 13:37:22 2014	(r264694)
@@ -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.
  *


More information about the svn-src-all mailing list