From 1ce25c264a3424d2f15f6aa73c40e799f7163539 Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 17 May 2014 22:03:44 +0000 Subject: [PATCH] MFC 264694: Fix a comment typo; conversion tables are for leap years. git-svn-id: svn://svn.freebsd.org/base/stable/10@266368 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/kern/subr_fattime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/subr_fattime.c b/sys/kern/subr_fattime.c index fd25d56f7..e2a2195a7 100644 --- a/sys/kern/subr_fattime.c +++ b/sys/kern/subr_fattime.c @@ -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. * -- 2.45.0