Index: proc.h =================================================================== RCS file: /home/ncvs/src/sys/sys/proc.h,v retrieving revision 1.235 diff -u -r1.235 proc.h --- proc.h 2002/08/23 20:13:22 1.235 +++ proc.h 2002/08/24 14:00:40 @@ -162,7 +162,7 @@ /* * Here we define the four structures used for process information. * - * The first is the thread. It might be though of as a "Kernel + * The first is the thread. It might be thought of as a "Kernel * Schedulable Entity Context". * This structure contains all the information as to where a thread of * execution is now, or was when it was suspended, why it was suspended,