svn commit: r266368 - stable/10/sys/kern

Ian Lepore ian at FreeBSD.org
Sat May 17 22:03:45 UTC 2014


Author: ian
Date: Sat May 17 22:03:44 2014
New Revision: 266368
URL: http://svnweb.freebsd.org/changeset/base/266368

Log:
  MFC 264694: Fix a comment typo; conversion tables are for leap years.

Modified:
  stable/10/sys/kern/subr_fattime.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/kern/subr_fattime.c
==============================================================================
--- stable/10/sys/kern/subr_fattime.c	Sat May 17 22:02:26 2014	(r266367)
+++ stable/10/sys/kern/subr_fattime.c	Sat May 17 22:03:44 2014	(r266368)
@@ -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-stable mailing list