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 { _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"