summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-06-30 08:10:55 +0000
committermaxim <maxim@FreeBSD.org>2006-06-30 08:10:55 +0000
commitd96c84ab9ece2e2cc70932dbc888debf4d0cb651 (patch)
tree0fe1d5b526579461b9b05e5efedf1013aacc4151 /sys/kern
parent75ac4fd6a3111fc120520f8d6de1aab7537aff1f (diff)
downloadFreeBSD-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')
-rw-r--r--sys/kern/kern_thread.c2
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
OpenPOWER on IntegriCloud