Fix a typo

This commit is contained in:
Mateusz Piotrowski 2020-11-04 10:38:25 +00:00
parent 6f802908da
commit a858a39b31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367321

View File

@ -126,7 +126,7 @@ linux_set_upcall_kse(struct thread *td, register_t stack)
/*
* The newly created Linux thread returns
* to the user space by the same path that a parent do.
* to the user space by the same path that a parent does.
*/
td->td_frame->tf_rax = 0;
return (0);