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:
Ian Lepore 2017-03-12 18:07:03 +00:00
parent 1c2eb3e8d1
commit e3f87f6c70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315167

View File

@ -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,
&timestamp_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))");
/*