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

Konstantin Belousov kib at FreeBSD.org
Sun Apr 20 01:37:31 UTC 2014


Author: kib
Date: Sun Apr 20 01:37:30 2014
New Revision: 264684
URL: http://svnweb.freebsd.org/changeset/base/264684

Log:
  MFC r264620:
  Fix typo.

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 Apr 19 22:18:57 2014	(r264683)
+++ stable/10/sys/kern/subr_fattime.c	Sun Apr 20 01:37:30 2014	(r264684)
@@ -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-stable-10 mailing list