aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_time.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-05-17 20:08:05 +0000
committerBruce Evans <bde@FreeBSD.org>1998-05-17 20:08:05 +0000
commitc8b4782815569caf8b3676d70e228da80c3e953d (patch)
treedf8982087f3ab491d52489ca8a7ce63ed19a92ea /sys/kern/kern_time.c
parentcb87a87c1673fca2b5d023bffc2d194cabd7f0c4 (diff)
downloadsrc-c8b4782815569caf8b3676d70e228da80c3e953d.tar.gz
src-c8b4782815569caf8b3676d70e228da80c3e953d.zip
Fixed stale references to hzto() in comments.
Notes
Notes: svn path=/head/; revision=36127
Diffstat (limited to 'sys/kern/kern_time.c')
-rw-r--r--sys/kern/kern_time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_time.c b/sys/kern/kern_time.c
index a4be4d812105..7e6a659df4d5 100644
--- a/sys/kern/kern_time.c
+++ b/sys/kern/kern_time.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)kern_time.c 8.1 (Berkeley) 6/10/93
- * $Id: kern_time.c,v 1.54 1998/05/14 11:31:08 peter Exp $
+ * $Id: kern_time.c,v 1.55 1998/05/17 11:52:48 phk Exp $
*/
#include <sys/param.h>
@@ -504,7 +504,7 @@ setitimer(p, uap)
* Else compute next time timer should go off which is > current time.
* This is where delay in processing this timeout causes multiple
* SIGALRM calls to be compressed into one.
- * hzto() always adds 1 to allow for the time until the next clock
+ * tvtohz() always adds 1 to allow for the time until the next clock
* interrupt being strictly less than 1 clock tick, but we don't want
* that here since we want to appear to be in sync with the clock
* interrupt even when we're delayed.