Fixed header documentation errors

This commit is contained in:
Sam Lantinga
2021-03-26 14:34:58 -07:00
parent 4a07c73b80
commit 40b0509ef6
3 changed files with 4 additions and 4 deletions

View File

@@ -275,7 +275,7 @@ extern DECLSPEC SDL_Joystick *SDLCALL SDL_JoystickOpen(int device_index);
/**
* Get the SDL_Joystick associated with an instance id.
*
* \param joyid the instance id to get the SDL_Joystick for
* \param instance_id the instance id to get the SDL_Joystick for
* \returns an SDL_Joystick on success or NULL on failure; call SDL_GetError()
* for more information.
*