Fix a typo in a comment.

Approved by:	re (scottl)
This commit is contained in:
John Baldwin 2005-06-23 21:55:43 +00:00
parent 849bfaf9af
commit 57dbcb11db
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147557

View file

@ -1304,7 +1304,7 @@ thread_userret(struct thread *td, struct trapframe *frame)
thread_export_context(td, 0); thread_export_context(td, 0);
/* /*
* There is something to report, and we own an upcall * There is something to report, and we own an upcall
* strucuture, we can go to userland. * structure, we can go to userland.
* Turn ourself into an upcall thread. * Turn ourself into an upcall thread.
*/ */
td->td_pflags |= TDP_UPCALLING; td->td_pflags |= TDP_UPCALLING;