diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2010-06-30 22:38:18 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2010-06-30 22:38:18 +0000 |
commit | 38476b8055a995115e29616d489a311bd00ac9b9 (patch) | |
tree | b0b9aa205eb6405bf2782f8f581a17af000b09b6 | |
parent | e66644ddd2e81772563478b8fdbb78697d903284 (diff) |
This comment is unnecessarily confusing.
-rw-r--r-- | sys/kern/sched_bsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/sched_bsd.c b/sys/kern/sched_bsd.c index d6a7d253d0e..9c4361ebc0a 100644 --- a/sys/kern/sched_bsd.c +++ b/sys/kern/sched_bsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sched_bsd.c,v 1.22 2010/01/03 19:17:33 kettenis Exp $ */ +/* $OpenBSD: sched_bsd.c,v 1.23 2010/06/30 22:38:17 art Exp $ */ /* $NetBSD: kern_synch.c,v 1.37 1996/04/22 01:38:37 christos Exp $ */ /*- @@ -201,7 +201,7 @@ fixpt_t ccpu = 0.95122942450071400909 * FSCALE; /* exp(-1/20) */ #define CCPU_SHIFT 11 /* - * Recompute process priorities, every hz ticks. + * Recompute process priorities, every second. */ void schedcpu(void *arg) |