diff options
author | simon <simon@FreeBSD.org> | 2010-11-21 11:50:16 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2010-11-21 11:50:16 +0000 |
commit | 63a10f10ab5a74e40ad28c3f8de32e75b390c48f (patch) | |
tree | bf55cbf2a667d037a0d648d9961c82d1cf6de87a | |
parent | a8e94264ae1e9bf9fc689d5a0e157185b8deeef3 (diff) | |
download | FreeBSD-src-63a10f10ab5a74e40ad28c3f8de32e75b390c48f.zip FreeBSD-src-63a10f10ab5a74e40ad28c3f8de32e75b390c48f.tar.gz |
Fix a typo in a comment.
MFC after: 3 days
-rw-r--r-- | usr.sbin/newsyslog/newsyslog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/newsyslog/newsyslog.c b/usr.sbin/newsyslog/newsyslog.c index 7ba6cb8..46158ef 100644 --- a/usr.sbin/newsyslog/newsyslog.c +++ b/usr.sbin/newsyslog/newsyslog.c @@ -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 { |