Minor spelling fix

This commit is contained in:
Cary R 2012-08-07 16:20:29 -07:00
parent 0faaa79bae
commit e26dbfefe7
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ ended, then the %join does not block or yield the thread.
* %join/detach <n> * %join/detach <n>
This is also a partner to the %ork. This instruction causes the thread This is also a partner to %fork. This instruction causes the thread
to detach <n> threads from the current thread. The <n> should be ALL to detach <n> threads from the current thread. The <n> should be ALL
the children, and none of those children may be automatic. This the children, and none of those children may be automatic. This
instruction is used to implement join_none and join_any from the instruction is used to implement join_none and join_any from the