aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/kse.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/kse.h b/sys/sys/kse.h
index 9f2cd704280de..7616fc210b7a1 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 {