From 42b3e574e62e35ac4b8d5deceb97df863ce998cc Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Tue, 1 Oct 2002 17:50:44 +0000 Subject: [PATCH] Fix spelling error; say what "UTS" stands for. Noticed by: ru --- sys/sys/kse.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/sys/kse.h b/sys/sys/kse.h index 9f2cd704280d..7616fc210b7a 100644 --- a/sys/sys/kse.h +++ b/sys/sys/kse.h @@ -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 {