Update a comment to reflect reality.
authorart <art@openbsd.org>
Thu, 23 Mar 2000 11:20:45 +0000 (11:20 +0000)
committerart <art@openbsd.org>
Thu, 23 Mar 2000 11:20:45 +0000 (11:20 +0000)
sys/kern/kern_clock.c

index b706f6e..51e23c6 100644 (file)
@@ -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)