Add missing comment terminator.

This commit is contained in:
Kris Kennaway 2004-04-02 04:57:40 +00:00
parent 4f73277a35
commit c5af600675

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;