svn commit: r266111 - head/contrib/tzcode/stdtime

Gavin Atkinson gavin at FreeBSD.org
Thu May 15 03:08:21 UTC 2014


Author: gavin
Date: Thu May 15 03:08:20 2014
New Revision: 266111
URL: http://svnweb.freebsd.org/changeset/base/266111

Log:
  Fix typo.  Note that although this file is under contrib, it has diverged
  sufficiently from upstream (including a full whitespace commit and large
  portions rewritten) that this change does not move us further from the
  upstream.
  
  PR:		docs/186608
  Submitted by:	Jamie Landeg-Jones <jamie at dyslexicfish.net>
  MFC after:	3 days

Modified:
  head/contrib/tzcode/stdtime/ctime.3

Modified: head/contrib/tzcode/stdtime/ctime.3
==============================================================================
--- head/contrib/tzcode/stdtime/ctime.3	Thu May 15 02:41:23 2014	(r266110)
+++ head/contrib/tzcode/stdtime/ctime.3	Thu May 15 03:08:20 2014	(r266111)
@@ -342,7 +342,7 @@ Except for
 and the
 .Fn \&_r
 variants of the other functions,
-these functions leaves their result in an internal static object and return
+these functions leave their result in an internal static object and return
 a pointer to that object.
 Subsequent calls to these
 function will modify the same object.


More information about the svn-src-all mailing list