Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2014 01:45:23 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r264685 - stable/9/sys/kern
Message-ID:  <201404200145.s3K1jNsc058403@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404200145.s3K1jNsc058403>