Fix spelling error; say what "UTS" stands for.

Noticed by:	ru
This commit is contained in:
Archie Cobbs 2002-10-01 17:50:44 +00:00
parent bc0a9fcb45
commit 42b3e574e6

View File

@ -39,7 +39,8 @@
/*
* This file defines the structures needed for communication between
* the userland and the kernel when running a KSE-based threading system.
* The only programs that should see this file are the UTS and the kernel.
* The only programs that should see this file are the user thread
* scheduler (UTS) and the kernel.
*/
struct kse_mailbox;
@ -61,7 +62,7 @@ struct kse_thr_mailbox {
/*
* KSE mailbox.
*
* Cummunication path between the UTS and the kernel scheduler specific to
* Communication path between the UTS and the kernel scheduler specific to
* a single KSE.
*/
struct kse_mailbox {