From 1ac7eabaca371437c284a60a67485bd7c28b2a57 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 12 Dec 2019 14:25:02 -0800 Subject: [PATCH] Fixed comment typo --- src/joystick/hidapi/SDL_hidapi_xbox360.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/joystick/hidapi/SDL_hidapi_xbox360.c b/src/joystick/hidapi/SDL_hidapi_xbox360.c index b1b26ebdc..41e587747 100644 --- a/src/joystick/hidapi/SDL_hidapi_xbox360.c +++ b/src/joystick/hidapi/SDL_hidapi_xbox360.c @@ -252,7 +252,7 @@ HIDAPI_DriverXbox360_IsSupportedDevice(Uint16 vendor_id, Uint16 product_id, Uint SDL_GameControllerType type = SDL_GetJoystickGameControllerType(vendor_id, product_id, name); if (vendor_id == 0x0955) { - /* This is the NVIDIA Shield controller which doesn't talk XBox controller protocol */ + /* This is the NVIDIA Shield controller which doesn't talk Xbox controller protocol */ return SDL_FALSE; } #if defined(__MACOSX__) || defined(__WIN32__)