From d96c84ab9ece2e2cc70932dbc888debf4d0cb651 Mon Sep 17 00:00:00 2001 From: maxim Date: Fri, 30 Jun 2006 08:10:55 +0000 Subject: o Fix typo in the comment. PR: kern/99632 Submitted by: clsung --- sys/kern/kern_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern/kern_thread.c') diff --git a/sys/kern/kern_thread.c b/sys/kern/kern_thread.c index 11c194a..1c18df8 100644 --- a/sys/kern/kern_thread.c +++ b/sys/kern/kern_thread.c @@ -723,7 +723,7 @@ thread_unlink(struct thread *td) * There are no threads in user mode. Threads in the kernel must be * allowed to continue until they get to the user boundary. They may even * copy out their return values and data before suspending. They may however be - * accellerated in reaching the user boundary as we will wake up + * accelerated in reaching the user boundary as we will wake up * any sleeping threads that are interruptable. (PCATCH). */ int -- cgit v1.1