mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-11 00:55:20 +00:00
Fixed typo in header file documentation comment.
This commit is contained in:
parent
5575948b37
commit
a690944e44
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ extern DECLSPEC const char *SDLCALL SDL_JoystickNameForIndex(int device_index);
|
|||
|
||||
/**
|
||||
* Open a joystick for use.
|
||||
* The index passed as an argument refers tothe N'th joystick on the system.
|
||||
* The index passed as an argument refers to the N'th joystick on the system.
|
||||
* This index is the value which will identify this joystick in future joystick
|
||||
* events.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue