kthread(9): Add a missing space

- s/inthe/in the/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-06-04 20:15:07 +02:00
parent 23615a3e4e
commit a7f5cf2096

View File

@ -60,7 +60,7 @@ void kproc_start(const void *);
int kproc_suspend(struct proc *, int);
void kproc_suspend_check(struct proc *);
/* create a thread inthe given process. create the process if needed */
/* create a thread in the given process. create the process if needed */
int kproc_kthread_add(void (*)(void *), void *,
struct proc **,
struct thread **,