Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2010 11:50:17 +0000 (UTC)
From:      "Simon L. Nielsen" <simon@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r215625 - head/usr.sbin/newsyslog
Message-ID:  <201011211150.oALBoHab054097@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: simon
Date: Sun Nov 21 11:50:16 2010
New Revision: 215625
URL: http://svn.freebsd.org/changeset/base/215625

Log:
  Fix a typo in a comment.
  
  MFC after:	3 days

Modified:
  head/usr.sbin/newsyslog/newsyslog.c

Modified: head/usr.sbin/newsyslog/newsyslog.c
==============================================================================
--- head/usr.sbin/newsyslog/newsyslog.c	Sun Nov 21 11:10:09 2010	(r215624)
+++ head/usr.sbin/newsyslog/newsyslog.c	Sun Nov 21 11:50:16 2010	(r215625)
@@ -163,7 +163,7 @@ struct include_entry {
 
 struct oldlog_entry {
 	char *fname;		/* Filename of the log file */
-	time_t t;		/* Parses timestamp of the logfile */
+	time_t t;		/* Parsed timestamp of the logfile */
 };
 
 typedef enum {



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