summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2009-10-29 09:27:09 +0000
committerru <ru@FreeBSD.org>2009-10-29 09:27:09 +0000
commitfa35e40756999fe40213504ea8518b8321f46b7b (patch)
treea7aefbd48a9e4f1788ee15049e1d7da4b2f5c8a2
parentb13876f9565066cb7498fa55144d0b3847503f66 (diff)
downloadFreeBSD-src-fa35e40756999fe40213504ea8518b8321f46b7b.zip
FreeBSD-src-fa35e40756999fe40213504ea8518b8321f46b7b.tar.gz
HZ is now 1000 on most platforms, update a comment.
Reviewed by: phk, markm
-rw-r--r--sys/sys/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/time.h b/sys/sys/time.h
index 0185c31..c2ed337 100644
--- a/sys/sys/time.h
+++ b/sys/sys/time.h
@@ -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" !)
*
*/
OpenPOWER on IntegriCloud