Fix co_create documentation

This commit is contained in:
twinaphex 2015-01-08 20:35:22 +01:00
parent cc48325ed9
commit 96f83fad48

View File

@ -48,8 +48,8 @@ cothread_t co_active(void);
/**
* co_create:
* @int : size to allocate
* @funcptr : function callback
* @int : stack size
* @funcptr : thread entry function callback
*
* Create a co_thread.
*