mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change 'Hz' back to 'HZ'... it's referring to the kernel config option
named HZ, not being used as an abbreviation of the unit of measure.
This commit is contained in:
parent
1c2eb3e8d1
commit
e3f87f6c70
1 changed files with 1 additions and 1 deletions
|
|
@ -767,7 +767,7 @@ enum { TSP_SEC, TSP_HZ, TSP_USEC, TSP_NSEC };
|
|||
static int timestamp_precision = TSP_USEC;
|
||||
SYSCTL_INT(_vfs, OID_AUTO, timestamp_precision, CTLFLAG_RW,
|
||||
×tamp_precision, 0, "File timestamp precision (0: seconds, "
|
||||
"1: sec + ns accurate to 1/Hz, 2: sec + ns truncated to us, "
|
||||
"1: sec + ns accurate to 1/HZ, 2: sec + ns truncated to us, "
|
||||
"3+: sec + ns (max. precision))");
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue