diff options
Diffstat (limited to 'sysdeps/mach/htl/pt-thread-alloc.c')
-rw-r--r-- | sysdeps/mach/htl/pt-thread-alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/htl/pt-thread-alloc.c b/sysdeps/mach/htl/pt-thread-alloc.c index 29993a8..c73e495 100644 --- a/sysdeps/mach/htl/pt-thread-alloc.c +++ b/sysdeps/mach/htl/pt-thread-alloc.c @@ -61,7 +61,7 @@ create_wakeupmsg (struct __pthread *thread) return 0; } -/* Allocate any resouces for THREAD. The new kernel thread should not +/* Allocate any resources for THREAD. The new kernel thread should not be eligible to be scheduled. */ int __pthread_thread_alloc (struct __pthread *thread) |