Remove an extraneous space.

This commit is contained in:
John Baldwin 2005-01-14 20:49:14 +00:00
parent 457432e82b
commit e5d60ca57f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140259

View File

@ -358,7 +358,7 @@ cpu_thread_setup(struct thread *td)
/*
* Initialize machine state (pcb and trap frame) for a new thread about to
* upcall. Pu t enough state in the new thread's PCB to get it to go back
* upcall. Put enough state in the new thread's PCB to get it to go back
* userret(), where we can intercept it again to set the return (upcall)
* Address and stack, along with those from upcals that are from other sources
* such as those generated in thread_userret() itself.