mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-18 20:35:34 +00:00
SDL_thread.h: fix parameter name in comment
This commit is contained in:
@@ -123,8 +123,8 @@ typedef void (__cdecl * pfnSDL_CurrentEndThread) (unsigned code);
|
|||||||
* \param fn Thread function
|
* \param fn Thread function
|
||||||
* \param name name
|
* \param name name
|
||||||
* \param data some data
|
* \param data some data
|
||||||
* \param pfnSDL_CurrentBeginThread begin function
|
* \param pfnBeginThread begin function
|
||||||
* \param pfnSDL_CurrentEndThread end function
|
* \param pfnEndThread end function
|
||||||
*
|
*
|
||||||
* \returns SDL_Thread pointer
|
* \returns SDL_Thread pointer
|
||||||
*
|
*
|
||||||
@@ -142,8 +142,8 @@ SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data,
|
|||||||
* \param name name
|
* \param name name
|
||||||
* \param stacksize stack size
|
* \param stacksize stack size
|
||||||
* \param data some data
|
* \param data some data
|
||||||
* \param pfnSDL_CurrentBeginThread begin function
|
* \param pfnBeginThread begin function
|
||||||
* \param pfnSDL_CurrentEndThread end function
|
* \param pfnEndThread end function
|
||||||
*
|
*
|
||||||
* \returns SDL_Thread pointer
|
* \returns SDL_Thread pointer
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user