summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_thr.c
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-02 04:57:40 +0000
committerkris <kris@FreeBSD.org>2004-04-02 04:57:40 +0000
commit90df1ff5bfa790fbfffd756ca196b0cd76526909 (patch)
tree754dfc4b9020d9b6d6ca8d5ad8babb98fdc45739 /sys/kern/kern_thr.c
parent89d6572b1f58c9e6c3e2daf1002d2d1d47412211 (diff)
downloadFreeBSD-src-90df1ff5bfa790fbfffd756ca196b0cd76526909.zip
FreeBSD-src-90df1ff5bfa790fbfffd756ca196b0cd76526909.tar.gz
Add missing comment terminator.
Diffstat (limited to 'sys/kern/kern_thr.c')
-rw-r--r--sys/kern/kern_thr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_thr.c b/sys/kern/kern_thr.c
index e4f3c05..a6dcf5e 100644
--- a/sys/kern/kern_thr.c
+++ b/sys/kern/kern_thr.c
@@ -81,7 +81,7 @@ thr_exit1(void)
/* Clean up cpu resources. */
cpu_thread_exit(td);
- /* Unlink the thread from the process and kseg.
+ /* Unlink the thread from the process and kseg. */
thread_unlink(td);
ke->ke_state = KES_UNQUEUED;
OpenPOWER on IntegriCloud