From c341dbce8bf05e3d147313d9a23f1ead3db3c9f4 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Sun, 25 Aug 2002 17:49:28 +0000 Subject: Fix a couple of typos in comments. Submitted by: Jake Burkholder --- sys/sys/proc.h | 4 ++-- 1 file 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 -- cgit v1.3