svn commit: r264685 - stable/9/sys/kern

Konstantin Belousov kib at FreeBSD.org
Sun Apr 20 01:45:24 UTC 2014


Author: kib
Date: Sun Apr 20 01:45:23 2014
New Revision: 264685
URL: http://svnweb.freebsd.org/changeset/base/264685

Log:
  MFC r264620:
  Fix typo.

Modified:
  stable/9/sys/kern/subr_fattime.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/kern/subr_fattime.c
==============================================================================
--- stable/9/sys/kern/subr_fattime.c	Sun Apr 20 01:37:30 2014	(r264684)
+++ stable/9/sys/kern/subr_fattime.c	Sun Apr 20 01:45:23 2014	(r264685)
@@ -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-9 mailing list