From owner-svn-src-all@FreeBSD.ORG Thu Oct 29 09:27:10 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84058106568B; Thu, 29 Oct 2009 09:27:10 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7279F8FC14; Thu, 29 Oct 2009 09:27:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n9T9RAGI089992; Thu, 29 Oct 2009 09:27:10 GMT (envelope-from ru@svn.freebsd.org) Received: (from ru@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9T9RAS4089990; Thu, 29 Oct 2009 09:27:10 GMT (envelope-from ru@svn.freebsd.org) Message-Id: <200910290927.n9T9RAS4089990@svn.freebsd.org> From: Ruslan Ermilov Date: Thu, 29 Oct 2009 09:27:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r198570 - head/sys/sys X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 09:27:10 -0000 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" !) * */