Date: Sun, 20 Apr 2014 13:37:22 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r264694 - head/sys/kern Message-ID: <201404201337.s3KDbMl9047581@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404201337.s3KDbMl9047581>