diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2002-10-01 17:50:44 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2002-10-01 17:50:44 +0000 |
| commit | 42b3e574e62e35ac4b8d5deceb97df863ce998cc (patch) | |
| tree | d19fa07b4a5b273b35ebf64997ee56b3e325859e /sys | |
| parent | bc0a9fcb45c3a947cece270a7c788ae74427e444 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/kse.h | 5 |
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 { |
