mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-15 19:05:32 +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 name name
|
||||
* \param data some data
|
||||
* \param pfnSDL_CurrentBeginThread begin function
|
||||
* \param pfnSDL_CurrentEndThread end function
|
||||
* \param pfnBeginThread begin function
|
||||
* \param pfnEndThread end function
|
||||
*
|
||||
* \returns SDL_Thread pointer
|
||||
*
|
||||
@@ -142,8 +142,8 @@ SDL_CreateThread(SDL_ThreadFunction fn, const char *name, void *data,
|
||||
* \param name name
|
||||
* \param stacksize stack size
|
||||
* \param data some data
|
||||
* \param pfnSDL_CurrentBeginThread begin function
|
||||
* \param pfnSDL_CurrentEndThread end function
|
||||
* \param pfnBeginThread begin function
|
||||
* \param pfnEndThread end function
|
||||
*
|
||||
* \returns SDL_Thread pointer
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user