mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a typo in a comment.
MFC after: 3 days
This commit is contained in:
parent
92095ab601
commit
c86bcbb3a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue