HZ is now 1000 on most platforms, update a comment.

Reviewed by:	phk, markm
This commit is contained in:
Ruslan Ermilov 2009-10-29 09:27:09 +00:00
parent f12c034874
commit 052e971d25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198570

View File

@ -283,7 +283,7 @@ extern struct timeval boottime;
*
* Functions with the "get" prefix returns a less precise result
* much faster than the functions without "get" prefix and should
* be used where a precision of 10 msec is acceptable or where
* be used where a precision of 1/hz seconds is acceptable or where
* performance is priority. (NB: "precision", _not_ "resolution" !)
*
*/