svn commit: r264620 - head/sys/kern

Konstantin Belousov kib at FreeBSD.org
Thu Apr 17 18:13:24 UTC 2014


Author: kib
Date: Thu Apr 17 18:13:23 2014
New Revision: 264620
URL: http://svnweb.freebsd.org/changeset/base/264620

Log:
  Fix typo.
  
  MFC after:	3 days

Modified:
  head/sys/kern/subr_fattime.c

Modified: head/sys/kern/subr_fattime.c
==============================================================================
--- head/sys/kern/subr_fattime.c	Thu Apr 17 18:00:07 2014	(r264619)
+++ head/sys/kern/subr_fattime.c	Thu Apr 17 18:13:23 2014	(r264620)
@@ -49,7 +49,7 @@
  * "New Technology".  Anyway...
  *
  * The 'utc' argument determines if the resulting FATTIME timestamp
- * should b on the UTC or local timezone calendar.
+ * should be on the UTC or local timezone calendar.
  *
  * The conversion functions below cut time into four-year leap-second
  * cycles rather than single years and uses table lookups inside those


More information about the svn-src-head mailing list