diff options
author | maxim <maxim@FreeBSD.org> | 2006-06-30 08:10:55 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2006-06-30 08:10:55 +0000 |
commit | d96c84ab9ece2e2cc70932dbc888debf4d0cb651 (patch) | |
tree | 0fe1d5b526579461b9b05e5efedf1013aacc4151 /sys/kern/kern_thread.c | |
parent | 75ac4fd6a3111fc120520f8d6de1aab7537aff1f (diff) | |
download | FreeBSD-src-d96c84ab9ece2e2cc70932dbc888debf4d0cb651.zip FreeBSD-src-d96c84ab9ece2e2cc70932dbc888debf4d0cb651.tar.gz |
o Fix typo in the comment.
PR: kern/99632
Submitted by: clsung
Diffstat (limited to 'sys/kern/kern_thread.c')
-rw-r--r-- | sys/kern/kern_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |