Typo fix.

This commit is contained in:
Mike Pritchard 2000-10-27 20:55:15 +00:00
parent 9d31ac12b7
commit 096ed6644a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67728

View file

@ -54,7 +54,7 @@ is used to start "internal" daemons and intended to be called from
.Fn SYSINIT 9 .
The function
.Fn kthread_create
is used to reate a kernel process/thread.
is used to create a kernel process/thread.
It shares its address space with proc0; kernel only.
The function
.Fn kthread_exit