Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern principal -> principle (in a comment)



details:   https://anonhg.NetBSD.org/src/rev/2485b18bee2b
branches:  trunk
changeset: 495663:2485b18bee2b
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Wed Aug 02 20:21:36 2000 +0000

description:
principal -> principle (in a comment)

diffstat:

 sys/kern/kern_synch.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 29ca1f7e1117 -r 2485b18bee2b sys/kern/kern_synch.c
--- a/sys/kern/kern_synch.c     Wed Aug 02 20:08:33 2000 +0000
+++ b/sys/kern/kern_synch.c     Wed Aug 02 20:21:36 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_synch.c,v 1.79 2000/06/27 17:41:27 mrg Exp $      */
+/*     $NetBSD: kern_synch.c,v 1.80 2000/08/02 20:21:36 nathanw Exp $  */
 
 /*-
  * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -945,7 +945,7 @@
  * queue will not change.  The cpu usage estimator ramps up quite quickly
  * when the process is running (linearly), and decays away exponentially, at
  * a rate which is proportionally slower when the system is busy.  The basic
- * principal is that the system will 90% forget that the process used a lot
+ * principle is that the system will 90% forget that the process used a lot
  * of CPU time in 5 * loadav seconds.  This causes the system to favor
  * processes which haven't run much recently, and to round-robin among other
  * processes.



Home | Main Index | Thread Index | Old Index