Fix a few typos.

This commit is contained in:
jhb 2013-02-19 16:35:27 +00:00
parent 0e99416743
commit 82e5f32ac4

View File

@ -748,10 +748,10 @@ stopme:
* P_SINGLE_EXIT | return_instead == 0| return_instead != 0
*---------------+--------------------+---------------------
* 0 | returns 0 | returns 0 or 1
* | when ST ends | immediatly
* | when ST ends | immediately
*---------------+--------------------+---------------------
* 1 | thread exits | returns 1
* | | immediatly
* | | immediately
* 0 = thread_exit() or suspension ok,
* other = return error instead of stopping the thread.
*