Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2014 22:03:44 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r266368 - stable/10/sys/kern
Message-ID:  <201405172203.s4HM3iwZ034751@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405172203.s4HM3iwZ034751>