From f656d8456e787db14b7bb40c3439eb24da834311 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 9 Nov 2020 10:29:10 -0800 Subject: [PATCH] Fixed typo in the documentation --- include/SDL_gamecontroller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_gamecontroller.h b/include/SDL_gamecontroller.h index 3fd052779..a8d9a5e02 100644 --- a/include/SDL_gamecontroller.h +++ b/include/SDL_gamecontroller.h @@ -422,7 +422,7 @@ extern DECLSPEC SDL_bool SDLCALL SDL_GameControllerHasLED(SDL_GameController *ga /** * Update a controller's LED color. * - * \param gamecontroller The joystick to update + * \param gamecontroller The controller to update * \param red The intensity of the red LED * \param green The intensity of the green LED * \param blue The intensity of the blue LED