mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 09:27:39 +00:00
SDL_thread.h: fix parameter name in comment
This commit is contained in:
parent
6763369f5b
commit
aab3cbf207
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue