From 96f83fad4817eafc3ed1b9a11e0509da5c71837d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 8 Jan 2015 20:35:22 +0100 Subject: [PATCH] Fix co_create documentation --- libretro-sdk/include/libco.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro-sdk/include/libco.h b/libretro-sdk/include/libco.h index 93ea0fd86b..23079de6c8 100644 --- a/libretro-sdk/include/libco.h +++ b/libretro-sdk/include/libco.h @@ -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. *