summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_synch.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-08-28 18:36:30 +0000
committerbde <bde@FreeBSD.org>1996-08-28 18:36:30 +0000
commit65b9ca7ba5cb3e60e7104a7cb94ccade83840bfb (patch)
tree5cda2688bbcd8e2e3649f37769ff175360cec3a1 /sys/kern/kern_synch.c
parent18426d11ccab4750ab7bbbbd00edee11f61ca0c5 (diff)
downloadFreeBSD-src-65b9ca7ba5cb3e60e7104a7cb94ccade83840bfb.zip
FreeBSD-src-65b9ca7ba5cb3e60e7104a7cb94ccade83840bfb.tar.gz
Fixed a stale comment.
Diffstat (limited to 'sys/kern/kern_synch.c')
-rw-r--r--sys/kern/kern_synch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_synch.c b/sys/kern/kern_synch.c
index 4921bc8..aa4a8dc 100644
--- a/sys/kern/kern_synch.c
+++ b/sys/kern/kern_synch.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)kern_synch.c 8.9 (Berkeley) 5/19/95
- * $Id: kern_synch.c,v 1.21 1996/07/31 09:26:37 davidg Exp $
+ * $Id: kern_synch.c,v 1.22 1996/07/31 10:35:47 davidg Exp $
*/
#include "opt_ktrace.h"
@@ -88,7 +88,7 @@ roundrobin(arg)
* Note that, as ps(1) mentions, this can let percentages
* total over 100% (I've seen 137.9% for 3 processes).
*
- * Note that hardclock updates p_estcpu and p_cpticks independently.
+ * Note that statclock updates p_estcpu and p_cpticks independently.
*
* We wish to decay away 90% of p_estcpu in (5 * loadavg) seconds.
* That is, the system wants to compute a value of decay such
OpenPOWER on IntegriCloud