From: art Date: Thu, 23 Mar 2000 11:20:45 +0000 (+0000) Subject: Update a comment to reflect reality. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a1cf65459d4c7e939b2c51b7cc37515e21ad29c5;p=openbsd Update a comment to reflect reality. --- diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index b706f6e9c82..51e23c61f26 100644 --- a/sys/kern/kern_clock.c +++ b/sys/kern/kern_clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_clock.c,v 1.22 2000/03/23 09:59:57 art Exp $ */ +/* $OpenBSD: kern_clock.c,v 1.23 2000/03/23 11:20:45 art Exp $ */ /* $NetBSD: kern_clock.c,v 1.34 1996/06/09 04:51:03 briggs Exp $ */ /*- @@ -690,7 +690,7 @@ hardclock(frame) /* * Compute number of hz until specified time. Used to - * compute third argument to timeout() from an absolute time. + * compute the second argument to timeout_add() from an absolute time. */ int hzto(tv)