svn commit: r198570 - head/sys/sys

Ruslan Ermilov ru at FreeBSD.org
Thu Oct 29 09:27:10 UTC 2009


Author: ru
Date: Thu Oct 29 09:27:09 2009
New Revision: 198570
URL: http://svn.freebsd.org/changeset/base/198570

Log:
  HZ is now 1000 on most platforms, update a comment.
  
  Reviewed by:	phk, markm

Modified:
  head/sys/sys/time.h

Modified: head/sys/sys/time.h
==============================================================================
--- head/sys/sys/time.h	Thu Oct 29 05:18:02 2009	(r198569)
+++ head/sys/sys/time.h	Thu Oct 29 09:27:09 2009	(r198570)
@@ -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" !) 
  * 
  */


More information about the svn-src-all mailing list