diff options
-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 2e50bc9..1b5d0c4 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 |