diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2002-08-25 17:49:28 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2002-08-25 17:49:28 +0000 |
| commit | c341dbce8bf05e3d147313d9a23f1ead3db3c9f4 (patch) | |
| tree | 0bfc64b19fe0c74f732e16ec1c02e36a935d4094 | |
| parent | 33213740d8a6219c8814b54cfa4466e97561233d (diff) | |
Notes
| -rw-r--r-- | sys/sys/proc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 2e50bc9e391ca..1b5d0c4a8ff94 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -190,8 +190,8 @@ struct thread; /* * The second structure is the Kernel Schedulable Entity. (KSE) - * It represents the ability to take a slot in th scheduler queue. - * As long as this is scheduled, it cound continue to run any threads that + * It represents the ability to take a slot in the scheduler queue. + * As long as this is scheduled, it could continue to run any threads that * are assigned to the KSEGRP (see later) until either it runs out * of runnable threads of high enough priority, or CPU. * It runs on one CPU and is assigned a quantum of time. When a thread is |
