summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_time.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-17 20:08:05 +0000
committerbde <bde@FreeBSD.org>1998-05-17 20:08:05 +0000
commit6bcab2370a34dcdd2610690662c2b209314f04eb (patch)
tree6cacb8996d20268f6daa1312a33902c56e493a96 /sys/kern/kern_time.c
parent93d053207efe728ba9e248f6d7df271fe9f512ff (diff)
downloadFreeBSD-src-6bcab2370a34dcdd2610690662c2b209314f04eb.zip
FreeBSD-src-6bcab2370a34dcdd2610690662c2b209314f04eb.tar.gz
Fixed stale references to hzto() in comments.
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 a4be4d8..7e6a659 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.
OpenPOWER on IntegriCloud