Add missing comment terminator.

This commit is contained in:
kris 2004-04-02 04:57:40 +00:00
parent 89d6572b1f
commit 90df1ff5bf

View File

@ -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;