- stick to American English spelling of behavior

This commit is contained in:
Jason Helfman 2016-03-28 17:30:19 +00:00
parent 4680078988
commit 3b12a884d6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48489

View file

@ -776,7 +776,7 @@ KMOD=geom_journal
<para>Kernel threads are created with &man.kthread.create.9;
function, and they are sort of similar to userland threads in
behaviour, only they cannot return to caller to signify
behavior, only they cannot return to caller to signify
termination, but must call &man.kthread.exit.9;.</para>
<para>In GEOM code, the usual use of threads is to offload